| Thread | Last Post | Replies |
|
| Changing Criteria of a Query using a Macro or Visual Basic | 30 Jun 2004 19:32 GMT | 3 |
I want to use a Macro or Access code to change the criteria filter of a query so the query displays different record when the Macro is executed.
|
| autorun a macro (on 1st mon of every month) | 30 Jun 2004 08:51 GMT | 1 |
Does anyone know how to run a macro, when it is the first monday of each month??? TIA, _Bigred
|
| Conditional macro to set default value of field in a form | 30 Jun 2004 06:38 GMT | 3 |
I'm having trouble with creating this type of macro. Currently, the macro is set up as follows: Condition: [Sponsor]="XXX" Action: SetValue
|
| Newbie .. Arrays in excel | 30 Jun 2004 02:11 GMT | 1 |
Please can anyone help, I am trying to fetch a table from an excel sheet and make it an array in a macro, Q1 Can I, if the answer is yes Q2 How and a little sample please
|
| export each page report to word 2002 with different filenames | 30 Jun 2004 02:03 GMT | 1 |
i've got several hundreds pages generated by 1 report. I wish to export towards Word 2002 each page report into a different word file, with its own filename=sepecific database record field.
|
| Drop Table if exists | 29 Jun 2004 19:17 GMT | 1 |
I have a macro which drops a series of tables and relinks those same tables from another database. I want to condition the drop on the existence of the table. How do I do this in the macro condition column?
|
| Confused why system recognizes something | 28 Jun 2004 19:33 GMT | 1 |
I have the following code that runs when this Database starts. It is called from the OnOpen event of a form that opens when the Database starts. This Sub's function is to open another database and then close. I am doing this
|
| running multiple codes | 28 Jun 2004 16:36 GMT | 3 |
I have a macro that runs several codes...and the last step is to quit the application...so my macro looks like: RunCode (function name: function1) RunCode (function name: function2)
|
| Macro calls another macro in another database | 26 Jun 2004 17:38 GMT | 2 |
Ok, I thought this would be sooooo easy, maybe I just don't understand. I want to set up an "autoexec" macro in an otherwise empty database. I want that macro to go out and run a macro in another database. I need to
|
| export as .csv | 26 Jun 2004 01:04 GMT | 2 |
am creating a macro to export ups tracking number from a query. but the file has to be .csv format. is there a way to set access to export a file as .csv in a macro. can't seem to find it. thanks,
|
| Convert Name field from Upper Case to Proper Case | 25 Jun 2004 23:30 GMT | 1 |
I have a database where the last name is in all upper case. I need to pass through the database one time and convert the last name field to proper case. Any suggestions on how to do this?
|
| Automation | 25 Jun 2004 19:55 GMT | 6 |
Related to my prior post. Here is my situation. I have flat text files which appear to be excel files, but which only contain the .xls extension and no properties inherent to true excel files.
|
| Run Macro Repeat Count | 25 Jun 2004 06:23 GMT | 1 |
Hi, I want to set the repeat count of a macro to be the number of records in a table - what is the variable for this? Cheers
|
| Macro editing | 24 Jun 2004 20:36 GMT | 1 |
Is there a way to edit macro's using the VB editor instead of the stupid command list thing that Access 2000 uses? Cheers,
|
| input mask for Date/Time | 24 Jun 2004 18:48 GMT | 1 |
I need to set up an input mask for a Date/Time data type such that it will accept a year only if the month and day are not available (e.g., __/__/1990). I've tried using the 99/99/0000 input mask, but it will not accept spaces
|