| Thread | Last Post | Replies |
|
| automatic running of macros | 30 Nov 2004 17:25 GMT | 1 |
I have a database for my business that imports the previous day's information. This is done with a macro. My question is, is there any way to have the macro run automaticly durning off hours? Idealy I would like it to run at midnight and be all done by the time I get into the ...
|
| How do I find and replace a social security number in a document? | 30 Nov 2004 17:16 GMT | 1 |
I am trying to create a macro that will find and replace social security numbers in a document with spaces. My experience with macros is very limited.
|
| Trying to Search a form using a macro and get property error | 30 Nov 2004 17:13 GMT | 4 |
I recently converted all my databases from Access97 to 2003. As part of the database end users have been able to search a field on a form by double clicking a text box and a search form appears that runs a macro. In the 97 database the macro was:
|
| Copying an Access Macro Text into Excel | 30 Nov 2004 10:16 GMT | 4 |
I have a macro in access which I would like to copy and paste into an excel spreadsheet. By this I mean the design window view of the macro. Selecting the top left corner and then going to excel and trying to paste
|
| Append using FileTransfer | 30 Nov 2004 03:33 GMT | 5 |
I have a macro that I have pasted in the VB code for below. This is for a file transfer to our bank. The macro ends up creating 4 separate files which after I created this macro the bank informed me that their systems see all of our data as one big file.
|
| Automatic Numbering | 29 Nov 2004 23:25 GMT | 1 |
How do I get Access to assign a unique number automatically? I have three tables that need to have Access assign different number in each table. The first table will have a number like D809-00000 and needs to assign the next higher number D809-00001 and so on. The next table ...
|
| Running Remote Macro | 29 Nov 2004 17:34 GMT | 1 |
This is a two-parter. I need to transfer info to a remote database. "Historical" If I use the transfer command in a macro, should info go into a temp table, then go from temp into master table via append query?
|
| Re-Post - DoCmd.OpenForm Modality Problem - Form's Modal = "Yes" | 29 Nov 2004 14:24 GMT | 3 |
The The form called by DoCmd.OpenForm should wait for a user to input proper Utility Names, but doesn't. The form appears, but immediately the MsgBox prompt appears on top of the form. The prompt has focus. This prompt should not appear until the user leaves the other form.
|
| How do I specify a worksheet within the excel file path? | 29 Nov 2004 09:24 GMT | 5 |
I'm using an Output TO macro to export data to a specific worksheet with an excel file. What is the format for specifiying the worksheet in the File Path.
|
| Some SQL code | 28 Nov 2004 09:33 GMT | 3 |
Can someone help a novice with a problem he can't solve himself. My Access table (called Results) has a field called Name, the format of which is surname:first names (eg Jones:Jim). I want a query or a macro which will update the field to First Names Surname (eg Jim Jones). I ...
|
| How do I write code? | 27 Nov 2004 19:03 GMT | 1 |
Anyone got any tips for me on how to write my own code? (Ive never coded before) - Poni Kika
|
| ac2k macro not working properly in ac2003 | 27 Nov 2004 11:11 GMT | 2 |
Recently upgraded from access 2000 to 2003. I have a simple macro that issue 2 sendkeys command ({down}) that direct the cursor to go to the subform after entering the mainform. It works fine in ac 2000, but when used in ac 2003,after entering the main form (consisting of 2 ...
|
| can i record macros in access | 26 Nov 2004 18:07 GMT | 2 |
can i record macros in access or is there another way to work out vba code in access . i know you can convert macros but what if what you want to do isnt listed in the macros?
|
| Importing an Excel file in to Access | 26 Nov 2004 16:10 GMT | 1 |
I'm trying to automate importing an excel template file in to an Access table. I'm using DoCmd.TransferSpreadsheet and it works fine. Only problem is that you have to state the full path of the excel file to be imported.
|
| Loop through query records | 26 Nov 2004 16:09 GMT | 3 |
I am trying to loop through records in a query and save a report to word for each record. Steve Schapel kindly got me started with some code but I am a bit stuck So far
|