by: Alistair |
last post by:
hi peoples and masterful gurus (a little bit of grovelling never hurt
anyone...apart from the sore knees)
I'm after a little bit of advice on how to do something.
basically a history of the...
|
by: Ian Renfrew |
last post by:
Essentially, I want to prevent the display of the Microsoft Internet
Explorer or any other branding tag in the document title. One technique that
I've used is to insert multiple spaces after the...
|
by: vasilijepetkovic |
last post by:
Hello All,
I have a problem with the program that should generate x number of txt
files (x is the number of records in the file datafile.txt).
Once I execute the program (see below) only one...
|
by: ASGMikeG |
last post by:
Hi,
I'm upgrading an application from VB6 to .NET. It used tab controls in VB6
to achieve a tab dialogue / wizard type effect - navigating from one tab to
the next as the user filled in...
|
by: Guru |
last post by:
Hi
I have a table which contains number of rows. I want to fetch the
last 5 records from the table. I know for the first 'n' records we can
use FETCH FIRST n ROWS ONLY command. But i want to...
|
by: pierrelap |
last post by:
Hello, I need to code a query that:
1-counts the number of time two companies have been in a deal together
2-in the five years that preceded the deal
Lead Participant DealDate
AAA BBB ...
|
by: John |
last post by:
My WEB is served from Win2K with sp 4 as well as a 2003 server. All patches
and upgrades are in place on both machines.
The issue is that my WEB delivers properly, accessing SQL, delivering all...
|
by: Randy Webb |
last post by:
I know that the /g flag will match all occurrences. Is there a way, with
a Regular Expression, to match all occurrences *except* the last one?
pattern = /df/g;
var myString = "asdfasdfasdfasdf";...
|
by: eloi-ribeiro.blogspot.com |
last post by:
Hi,
I'm having a problem with a query. I'm running Access 2000 and a table
with 35000 rows.
The table contains several visits to the spots with a CODE (spot code)
and DATE (visit date)...
|
by: premdasp |
last post by:
Dear Sirs,
I tried your valuable commands (below mentioned) but I got last record.
Private Sub Form_Current()
Dim rs As Recordset
Set rs = .Form.RecordsetClone
If rs.RecordCount Then...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: Teri B |
last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|
by: SueHopson |
last post by:
Hi All,
I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...
|