| Thread | Last Post | Replies |
|
| Testing for security rights | 31 Jan 2006 21:00 GMT | 2 |
I have a macro that is called from a switchboard. Runs fine, does everything I need. My problem is security. I only want people with admin rights to be able to run these macros. Is ther a way that security rights can be testd in a macro? I would like for the first step to be the ...
|
| Inactive Macros | 31 Jan 2006 20:58 GMT | 2 |
I want to clean up my db. How do I tell what macros are no longer used?
|
| Status of Macro Running | 31 Jan 2006 19:54 GMT | 1 |
I have a two macros that run through a series of queries and scrub my data. I would like a way to display the following: 1. State which query or instruction code of the Macro is currently running. 2. Estimated time to completion would be cool too, bu tnot neccessary for
|
| Specifying Where Condition when Using Apply Filter Action | 31 Jan 2006 18:53 GMT | 2 |
i am trying to get the macro to parse the following condition [FollowUp] Between # & Forms![Tracking Print By Site]![StartDate] & # And # & Forms![Tracking Print By Site]![StopDate] & # but it will not.
|
| How do I get a button to run a powerpoint presentation? | 31 Jan 2006 18:18 GMT | 1 |
I am trying to get a button in access to open a powerpoint presentation, I see I can open a word doc and excel file easily, however the only way I can see to open a powerpoint presentation is to navigate to powerpoint.exe and get that to launch, then once in there get the macro ...
|
| How do I set up a shortcut key to take me to the next # in a doc? | 31 Jan 2006 18:05 GMT | 1 |
I want to set up some letter, faxes etc templates. I want to set up a shortcut key that will take me to the next # symbol in the document. I was thinking like control + #.
|
| Repair & Restart when Docmd.Quit | 31 Jan 2006 17:42 GMT | 1 |
I have many db and converted these over to Access2003. On of my db a huge one (0.5 / 1.5 GB) is causing some troubles. Each time when it's finished with the macro it goes into error when I want to quit it. At the moment the "Repair & Restart" panel is shown. You know the one in
|
| Can I Send a Fax from a Macro inAccess? | 31 Jan 2006 11:27 GMT | 2 |
I need to create a Macro in Access to send different Reports/Tables to different fax numbers. e.g. 1 report to 1 location - Is there any way / easy way to do this? Thanks!
|
| how can i record a macro in access 2003 | 31 Jan 2006 05:03 GMT | 5 |
I have upgraded to Access 2003 and I don't have any Record macro options. Has this utility been removed in this version, or do i need to install and additionaly component ??
|
| Output to Excel application | 29 Jan 2006 14:50 GMT | 2 |
I am learning how to output a report to a file in Excel format. Is there a way to output a report to the application (Excel)? i.e. open Excel and the output would be the rows and columns of the opened workbook. Any help would be appreciated.
|
| Function not understood | 28 Jan 2006 05:23 GMT | 3 |
I am trying to amend a macro in an invoicing database written by someone else. The macro marks an invoice as paid. Following through the code I come to Function InvoicePriceIncVAT(INum As Long) As Currency InvoicePriceIncVAT = InvoiceTotal("Price inc VAT", INum)
|
| Stopping a macro (for others other than Primary users) | 27 Jan 2006 21:07 GMT | 3 |
I have an update macro running on the Startup Form. I need to have others use the DB but they have no access to certain files that are imported with the Macro. Does anyone know if the Conditions will help? or is there any other way.
|
| Looping through Parameter Query | 26 Jan 2006 22:07 GMT | 3 |
I currently have a parameter query that runs from an unbound form where I can select from 95 different criteria and then run the query. This is great, but I would really like to be able to loop through the 95 criteria without having to select each one individually. Is this ...
|
| Sending a subform with sendobject | 26 Jan 2006 15:45 GMT | 1 |
Is there any way to include data from a subform on a email message as body text? i know i can create a attachment and send the subform data that way , or can i create a report first then send the data only from that report as the body text? Any help would be great
|
| Create a Macro to Open another Database | 25 Jan 2006 18:26 GMT | 1 |
Can I create a macro in one database that would open a second database (with it's own switchboard menu)? I want to have a button on a menu that would run the macro. I can't figure out where to start. Help!
|