| Thread | Last Post | Replies |
|
| Merging table data | 03 Aug 2006 21:55 GMT | 1 |
I have an Access 2000 database that contains six tables. They all contain the same fields (Object, Name, Desc, CodeNo). I want to copy all the data from each table into one big table in another database file (mdb). Is that possible?
|
| Design View of grouped Macros | 03 Aug 2006 15:35 GMT | 4 |
I am trying to determine the actions that exist within a macro group. When I view the macro in design view, there are three RunMacro commands listed in the action column. Is there anyway I can determine the actions that are within each individual RunMacro action?
|
| Update Query Works but Not In Macro | 03 Aug 2006 09:06 GMT | 6 |
I have a form/subform where the form is used for record entry and I want the record to immediately roll into the subform after user hits a button. The button has these macro steps: 1. SaveRecord
|
| How can i loop through a combo box? | 03 Aug 2006 00:19 GMT | 3 |
Thanks in advance. Does anybody know how I can loop through a combo box on a form. For Example, I have a combo box on a form name "Test" with value (1,2,3,4). Now I need a VB code that can help me loop through this
|
| SendObject | 02 Aug 2006 23:37 GMT | 2 |
I posted this message originally developers.toolkitnewsgroup, i think this is the bet suited group. I have a macro that has 2 sendobject actions. since I have
|
| Message Box When a Form Opens | 02 Aug 2006 20:59 GMT | 1 |
My macro for a message box to appear when the form opens only works when it's being tested. What am I doing wrong?
|
| Newbie nuisance question | 02 Aug 2006 20:11 GMT | 1 |
I'm learning macros at the moment and thought I'd venture to write one which I needed myself but I could do with some help, since I spent hours today trying everything that occured to me and searching the internet when I should be studying since I've an exam on macros tomorrow.
|
| How to write macro to search files from Word | 02 Aug 2006 01:28 GMT | 1 |
I wrote several macros in Word 95 and 97 which were searching for files with specific words in the file text, but I cannot convert them into Word 2003 or write new macro in Word 2003 of this type. I cannot insert words for search into the "text or property" property in the ...
|
| How to call a SQL stored procedure from a macro | 01 Aug 2006 21:32 GMT | 3 |
We use Access for the front-end linked to SQL tables to store data. We have a "random selection" process that has been written as a SQL stored procedure on the SQL Server. I'd like to use criteria from text boxes in a form to pass to the stored procedure and run the stored ...
|
| Creating a macro to search | 01 Aug 2006 17:40 GMT | 2 |
Hi. I'm pretty this question might be accomplished with a macro, or perhaps some other kind of Access Language. If this was an Excel program, I would know how to do it lickety split with a macro! This is what I want to do (I have seen it done before but don't have access
|