| Thread | Last Post | Replies |
|
| Word 2007 macro command buttons | 31 Jan 2007 20:17 GMT | 1 |
In 2003 I had a toolbar with macro buttons displaying text. A) Is it possible to create a customised toolbar in 2007 B) Having put macro buttons on the Quick Access toolbar, how do you display text instead of the macro icon?
|
| Error Message 2004 (There isn't enough memory) | 31 Jan 2007 20:07 GMT | 1 |
When I try to synchronize via "RunCommand / SynchronizeNow" Access prompts an error message (2004) "There isn't enough memory to perform this action.." Has anybody idea what could be the problem? Is there a possibility to expand the memory? We have already tested the ...
|
| command button to do multiple actions | 31 Jan 2007 20:05 GMT | 1 |
I am a complete beginner and trying to make a command button that closes one form and opens another form within the same database. I understand that a command button can only have one action assigned to it (?) - and for multiple actions I need to code VBA. Therefore i found ...
|
| Macro to Autmatically Change Dates | 31 Jan 2007 19:53 GMT | 1 |
I know nothing about macros but I really need one to automatically change dates in queries. I currently have in the criteria: Between #1/22/2007# And #1/26/2007# Each week I have to go in and manually change it for that week, is there a
|
| Access 2003 SetValue [x].[Visible] Question | 31 Jan 2007 19:43 GMT | 2 |
I am trying to make a number of control labels either visible or not visible depending on the state of a toggle control. I have tried to combine all the labels together as one expression but I get an error. The SetValue expression is of the format:
|
| Displaying the date when a macro was last run | 31 Jan 2007 19:05 GMT | 1 |
I have a macro set up to update information from a server. How can I show on the switchboard when the macro was last run?
|
| Switchboard Macro problem - Urgent! | 31 Jan 2007 18:59 GMT | 3 |
I have a macro that i created to open a hyperlink. However, it opens the link twice. How do i prevent this? My code: =FollowHyperlink("http://www.cnn.com") as an example.
|
| Append records by cycling | 30 Jan 2007 05:24 GMT | 1 |
I need to write a macro that will take a record from a table and duplicate it in a new table with an autonumber being its primary key. THe number of duplications would be determined by the number loaded into a text box in a form by the user. I believe this would be a cycling ...
|
| Emailing Error | 27 Jan 2007 03:57 GMT | 1 |
I used the SendObject macro to generate an email and send a report upon clicking a button. It seems to work fine, but a few of my users (one mainly) have been getting an error from Outlook that reads "The messaging interface has returned an unknown error. If the problem ...
|
| References | 26 Jan 2007 16:29 GMT | 9 |
When porting an Access 2000 app to 2002/3 the following code produces an error during execution Undefined function 'Cstr$' in expression All references appear OK
|
| Recrod a macro? in MS Access? | 26 Jan 2007 15:12 GMT | 2 |
Is it possible to “record a macro” in access like you can in Excel? I cant seem to find a similar function Basically I want to create a macro that will be used on a daily basis. It would import a specific sheet from a specific excel file. And just do the
|
| Macro button versus Procedure button | 25 Jan 2007 22:25 GMT | 2 |
I had a problem that I've worked out, but I was hoping that someone could shed some light on *why* I had the problem in the first place. Here's the situation: I've got a list of items in a form that include a unique descriptor and a
|
| go to mainform from subform on selected record | 25 Jan 2007 19:56 GMT | 1 |
I want to go from a list view(subform) to a form view. I have OpenForm frmCases The following where clause doesn't work: [tblCases]![CaseID]=[qryCaseListView]![CaseID]
|
| Automating a table update? | 21 Jan 2007 08:11 GMT | 3 |
I am trying to develop a macro that runs when the database starts up. The goal of this macro is to go out and search a specified server location and compare the files in that location to the tables in the database. If it finds that there is a new file relative to the tables
|
| Design macro with code | 20 Jan 2007 19:28 GMT | 1 |
I have huge access application that many of the forms, reports ect. is unsaable. I would like to see each macro property to know if this macro is calling to form, report, function ect...
|