| Thread | Last Post | Replies |
|
| Repeat a macro using an expression | 17 Nov 2006 20:14 GMT | 9 |
I saw a request dated back to feb/March of 2006 that could possibly solve my issue but kind of left me a little lost on how to do it. let me back up and explain. (Don't worry, I'll keep it simple.) I'm trying to get my macro to read thru a query to the end (last record)
|
| copying formulas when using a macro | 17 Nov 2006 01:48 GMT | 1 |
I am setting up a macro to run a number of tasks and one of which is to copy data into a new worksheet based on a given criteria, then creating a formula in another column in the new worksheet based on the list copied. The problem I have is that the no of records listed can vary ...
|
| Open another database from within current database | 17 Nov 2006 00:13 GMT | 4 |
While in Access XP, can you program a command button to open another database, and leave the current database open as well?
|
| Read Only Restriction for Multiple Users | 16 Nov 2006 23:22 GMT | 2 |
I have created tables, queries, macros in a database and when another user tries to work in the database, the objects are read-only and cannot be updated. Also, the macros will not run for other users. The read-only message pops up. I put no restrictions on any of the work I have ...
|
| postal code | 16 Nov 2006 14:04 GMT | 2 |
I would like to create a macro which checks the postal code field and returns a message if the entered information is not in Canadian postal code format (e.g A2L 3G4). In designing the macro I can get it to work and display the message "Please
|
| Mimic Macro in word on Access | 16 Nov 2006 05:18 GMT | 6 |
I’m just getting started in Access and I love it. I’m an Engineer Coast Guard and we currently use MS Word to create an engineering status log. I have created the same log in Access all is well but my crew has one gripe, macro's. On the Word version of the log Macro's have been ...
|
| Last module in macro not completing | 16 Nov 2006 02:20 GMT | 5 |
A mystery: I have a macro that runs a 3 to 4 minute process. Near the end, the macros runs code that copies / archives a query to two destinations. When the module for this is run by itself, all works fine. But it doesn't run from within the macro. I have double checked how the ...
|
| Reposting: How to avoid macro cancelling an export? | 16 Nov 2006 02:06 GMT | 2 |
I have a macro that runs a module to export a query as a .csv. Before the export can complete, an error is posted which says in effect, "You have hit the cancel button". I obviously did not. Is is possible that the "close" action in the macro is truncating the export and not ...
|
| Condition macro based on switchboard page | 16 Nov 2006 00:35 GMT | 1 |
My switchboard page is listed as an open object by page label. I would like to use the information as a condition in a macro. My process will be to open a form from the switchboard, select dates and other choices for query parameters, run a macro that has condition determined
|
| Help with Output file in Rich Text format | 15 Nov 2006 23:59 GMT | 2 |
I had a database that was created in Access 97 and I have imported it into Access 2003. My macro that used to work in Access 97 no longer works in 2003. This is what is in the module: DoCmd.OutputTo acOutputReport, "rptGrp224", acFormatRTF,
|
| Call a Cmd Button | 15 Nov 2006 23:14 GMT | 1 |
I want to use a marco to call/run a Sub statement from a form. The marco opens the form and then I want it call/run following Sub statement from a cmd button. cmdImportData_Click
|
| Sending an email message via a Macro | 14 Nov 2006 23:04 GMT | 3 |
Hello all, I have created a button called 'Notify person' on a form. The purpose of this button is to notify a member of staff when an entry into a table has been made against his / her name.
|
| Repeat Expression | 14 Nov 2006 17:41 GMT | 1 |
Is there a command which will cause a Macro to repeat based on the number of records in a table?
 Signature A MACKENZIE, CMA, MBA
|
| Open form from parent form | 13 Nov 2006 20:31 GMT | 2 |
I am trying to make a button on a form that will open up another form filtered by the data in the first form. when i create the button the wizard pops up, but there are no fields listed on one side of the page where you link the two forms.
|
| How to link Splash screen and Switchboard in mdb database using Ma | 13 Nov 2006 14:33 GMT | 3 |
Can anyone tell me the Macro code for linking a splash screen and switchboard on startup of mdb database?
|