| Thread | Last Post | Replies |
|
| Form code: how do I run code every time a record is "loaded" by going to next record, last record, etc. | 24 Jun 2005 19:37 GMT | 1 |
Hi, I am using a form and would like to run certain code each time another record is selected (and also to run this code when the form is opened which loads a record). Can someone show how to do this please? Thanks.
|
| How to test if a field has not been filled in... | 24 Jun 2005 17:50 GMT | 1 |
I thought I knew the answer to this! I have tried If ChartNo = Null then .... which doesn't work.
|
| When I change any format in Word it changes the whole document. | 24 Jun 2005 09:23 GMT | 1 |
If I highlight anything in a Word document and change the formatting the whole document changes, and I have to click on 'undo' to keep just the changes I want.
|
| Combo boxes (query dependent on prior selection) | 23 Jun 2005 12:03 GMT | 6 |
I have created a form with 4 combo boxes on it (1, 2, 3, 4) and the row sources for combo boxes are queries. The selection made in Combo box #1 will act as a criteria for the query being used as a row source for combo #2 (after the Click event on combo #2).
|
| Auto complete form from query results | 22 Jun 2005 20:22 GMT | 1 |
I have a select query which return a dataset which i would like to be presented in a form. I have started to build a macro to run the query and then to open the form to show results. I based the form on the select query but am having problems getting the data to complete. am i ...
|
| Access VBA object model | 22 Jun 2005 20:05 GMT | 3 |
I'm an advanced user of Excel VBA, but a newbie to Access VBA, and I'm still trying to figure out the object model, method of selecting objects to perform actions, etc. Can someone please either point me to a online resource with explanations & code samples (other than the ...
|
| how to add a dialog box when you first open excel workbook | 22 Jun 2005 16:19 GMT | 1 |
I am trying to display a dialog box that pops up when you first open an excel file. I want it to say... Starting June 2005 we will be receiving a print out list of ATS (Application Toolig Solutions) invoices that paid sales tax. This will be reported
|
| Importing from text file to Access | 22 Jun 2005 12:31 GMT | 11 |
Does anyone know how to use macro or code to automatically import a text file into Access. The file is a delimited, comma file. I've tried the transfer text macro but cannot get it to work. Any suggestions and examples would be
|
| Access 97-macro to hide columns and sort | 22 Jun 2005 11:19 GMT | 1 |
I use Access 97 and would like to create a macro to hide columns and sort by eg.field1,and field 2,ascending. Is a macro the best way to do it?and if so how do I do it?
|
| Access Document's LastUpdated Date is wrong | 22 Jun 2005 06:36 GMT | 7 |
My VB code returns incorrect LastUpdated date for reports. Some dates are way off, some are DateCreated. Tried using VBA in an Access module and tried upgrading from Access 2000 to 2002/3 format - problem persists. Can you help or explain ?
|
| Run a VBA function from a macro (Access 2003) | 22 Jun 2005 01:32 GMT | 5 |
I am writing a macro to automate importing data from an Excel spreadsheet into a table when a button on the main form is pressed. I want to check to see if the first record contains text after the import. If it does not, I want to alert the user.
|
| Macros in Access | 21 Jun 2005 22:33 GMT | 6 |
I created two new macros to pull from two make table queries. We have one macro to run all of the macros. The only way that the two new macros pull information is if I run the two make table queries first. The one macro to run all macros was created, so we wouldn't have to ...
|
| Problem running a macro from a switchboard in access. | 21 Jun 2005 19:35 GMT | 1 |
When I run a macro (that takes awhile, several append queries, and exporting of files) from a command button on the switchboard access stops responding (locks up) I have to exit the program and go back into it. It does not do that when I run the same macro from tools, then run ...
|
| Retrieve network user name and insert into record | 21 Jun 2005 16:30 GMT | 3 |
I created a database that logs the status of multiple projects. The DB is on the LAN at work and can be accessed by all. The problem I have is it's too easy for folks with limited integrity to change the status of a project (dates, % complete, etc).
|
| macro excel | 21 Jun 2005 13:22 GMT | 3 |
how can i get access to change the excel page view to landscape view, is it possible
|