| Thread | Last Post | Replies |
|
| Access CommandButton "On Click" property | 22 Mar 2005 22:16 GMT | 3 |
I have a number of Access 97 Databases that were poorly designed and contain alot of extraneous garbage that needs to be cleaned up. The form UI consists of MANY command buttons, all linked to another form, query or report or event proc that calls any of those 3 through code. ...
|
| setvalue macro form | 22 Mar 2005 19:13 GMT | 2 |
I have created a form that uses a ComboBox that allows someone to select a location. This form also has 2 buttons - OK and Cancel. Once a Location is selected and OK is pressed, I will be using that value as criteria in a query. Unfortunately, I can't get past the OK button.
|
| how to use a condition in a macro to determine the current object. | 22 Mar 2005 14:58 GMT | 3 |
I am trying to run a macro to open a form, but the subform is used in several places. I want to create a condition that looks for which form the macro was initiated so I can determine how to respond. How do I determin which form initiated the macro? Is there a [active forms] ...
|
| Can a condition in a macro close a query? | 21 Mar 2005 21:40 GMT | 1 |
I'm trying to automatically close a query if it's result returns zero records. I have many queries running in one macro - not all will return results all the time so i want to automatically close those with no results - but i do want to run them.
|
| open form, go to specified record | 21 Mar 2005 19:45 GMT | 1 |
I would like to double click on a specific record on a list (form), open a new form, and go to that record either with a filter or query. I am more familiar with macros than modules, but I don't know how to store the selected record and move that into a query or filter.
|
| Macro to open specific website... | 21 Mar 2005 19:22 GMT | 6 |
What I'm trying to do is have a macro: iemap is the name of it: openApp c:\program files\internet explorer\iexplore.exe
|
| When no data | 21 Mar 2005 15:07 GMT | 2 |
I have a report that when there is no data, I want to print a report with a msg. =IIf([HasData]=0,"No data for Customer ") #### I have the customer # in a table.
|
| Newbie Macro Question | 21 Mar 2005 01:07 GMT | 1 |
I have three queries, qryInvDate, qryPaid and qryAmt. I am trying to create a macro to run them together, with no success. Any suggestions? Thanks in advance Paul
|
| Sorting data should be able to done by up to 12 columns in order . | 20 Mar 2005 15:07 GMT | 1 |
Sort data appears to be done back to front .I dont fully understand the sorting process and have found it imppossible to sort more than 3 columns in required order then resort again. This has made programming very diffucult in Visual Basic and created a situation that was not a ...
|
| changing name & addresses on cover letters | 19 Mar 2005 23:31 GMT | 1 |
Is there a way to change names & addresses on letters without doing it manually?
|
| setting up a macro prompt | 19 Mar 2005 23:29 GMT | 3 |
I am trying to set up a macro with the "transferspreadsheet" command. Under the "Action Arguments" section at the bottom, the user is asked to provide the file from which the data is to be imported. Instead of always pulling the data from one file, I would like it to prompt the ...
|
| Do not save email in sent items | 19 Mar 2005 09:36 GMT | 3 |
I have a macro that automatically send emails from my database, for security reasons i want to stop that email from going into the senders sent items, is this possible? Or as a worst case scenario does anyone know how to get it to delete via
|
| macro to set import specifications and insert fields | 19 Mar 2005 09:17 GMT | 1 |
is it possible to associate a macro with import specifications and have it also insert fields (design view) at the time of import (.txt file)? Thank you.
|
| Return current date on Lost Focus or On Exit | 19 Mar 2005 09:09 GMT | 1 |
I have a form containing the following field names: [KitReturned] [PostedDate] I would like to set up a Macro that fills the current date
|
| Help Printing One Record not all | 19 Mar 2005 08:59 GMT | 6 |
I have used the below code that was suggested and the reports still prints all the records. What would prevent this from working that maybe I am not doing correctly?
|