| Thread | Last Post | Replies |
|
| needing a macro to eliminate excessive spaces at line endings | 20 Sep 2005 06:00 GMT | 2 |
First, all emails I receive have the text strung along the left 1/2 to 2/3 of the page..why is that? why not a fully justified document? Any way to fis that up? On my old W98 (Word Perfect8) a friend created a macro for me that
|
| Counter Message | 19 Sep 2005 19:42 GMT | 1 |
Hopefully, this is the right group to post this to. I would like to set up a message to the user providing a status of an update. Something like "Processing Record x Of y" with the x changing as each record is completed.
|
| Macro From Button Freezes Access | 19 Sep 2005 18:25 GMT | 7 |
I have created a macro that runs an append query. It runs through macros windows fine. When I running the macro from the button on a form, Access freezes. Some patch or fix out there??
|
| Find and select a record | 19 Sep 2005 17:55 GMT | 7 |
Hi Group, I would like to write a macro that finds and highlights a record within a form. The form I'm working on has a few subforms attached to it. It contains multiple records for patient referrals. I want to build a button that when
|
| Inserting Data in other fields | 19 Sep 2005 17:51 GMT | 3 |
I am trying to use a macro to insert text from one field in my form to another field. It keeps giving me an error message. Does anyone know how to make the macro pull the information from the same form that you are working in?
|
| running macros automatically | 19 Sep 2005 09:03 GMT | 4 |
how do i let the macros run automatically behind the scene without having to click "yes" too all the time?
|
| How: macro to close/open forms based on a control's value? | 18 Sep 2005 02:10 GMT | 7 |
I have a particular control (check box) where if it is checked, then I need an additional form to open and then the original form to close (these forms are from related tables); whereas if it is not checked, I need the form to close without opening the new form.
|
| Conditional statement based on active form | 16 Sep 2005 22:38 GMT | 1 |
I'm trying to write a Macro whereby a keystroke performs differing functions based on what form I have the focus on. I don't know how to program with Visual Basic, but I do pretty well with Macros. Can anyone help?
|
| user feedback from macro | 16 Sep 2005 20:01 GMT | 3 |
Is there a way to get user feedback with a macro to let you know which query is running?
|
| Help: Need to get results to in a table.. | 16 Sep 2005 00:47 GMT | 1 |
Help, I have a function that will convert bytes to gb, mb etc. I am very new to programming and writing functions and my issue is: I can call the function and enter in my value and get the answer in the immediate window, but how do I get that same answer to be written to a ...
|
| ActiveX problem(Access)- Create a form to enter report criteria | 14 Sep 2005 15:07 GMT | 3 |
I have compiled the program (on Access 2003 on WindowsXP operating system) as detailed in Help/Entering criteria/Create a form to enter report criteria. When I click the Cancel button, the form disappears. However, when I click the OK button, I get the following error message: ...
|
| GoTo Current Record | 14 Sep 2005 03:50 GMT | 1 |
I have two forms. The main form is in datasheet view. I have a command button on the main form that uses a macro to open the second form. I would like the second form to be open to the record in the main form that had the focus when the button was clicked. I need that to be the only ...
|
| Triggering the export macro from a web page? | 13 Sep 2005 12:14 GMT | 1 |
Is there a way to call to an Access macro from outside the DB? In particular, I need something that the client can click on in their web page, that will force Access to run the export macro... Thoughts?
|
| Design macro to search for records | 12 Sep 2005 22:31 GMT | 2 |
I have a database with 6 unlinked input forms. Each form contains unique records. These records are in different forms because of the different layout / type of their data. I am trying to design a macro which will go to the first form, search for the record I want - if not in ...
|
| GoToControl problems in a macro | 12 Sep 2005 20:45 GMT | 3 |
I'm trying to use a macro so that when closing there is a GoToControl that goes to a subform and then GoToControl again goes to a field within that subform. I want to check other fields to ensure they are completed if the first field is not null. On my second GoToControl that ...
|