| Thread | Last Post | Replies |
|
| Setting todays date. | 08 Jun 2006 09:19 GMT | 1 |
Can someone please help. I am using Access 97 and am considering inflicting serious damage to my pc to allieviate my frustration... I`m trying to create a macro that will update a field (called, DATE COMPLETED) on a table (called, POST) when a button (called COMPLETED) is
|
| How do I run a macro to print only the current record in Access | 07 Jun 2006 21:40 GMT | 1 |
I have case managers that input cliet information for medications in a form. I have a linked Report that will summarize the needed info for the doctor. The problem I'm having is running a macro on the form to print the current record on the report. Thanks
|
| Access 2000 | 07 Jun 2006 21:37 GMT | 1 |
HELP ... Have an Access 2000 databse that has been working well for years. Now when I try to run it on Acess 3000 it fails on various expressions. Get an error message like "expression entered has functiion name that Microsoft Access can't find".
|
| SendObject question | 07 Jun 2006 18:19 GMT | 4 |
I want to use the SendObject command to send an email to all the 'people' in table [locums] for whom there is an email address in field 'email'. I know I could simply 'hard code' the list of email addresses in the To parameter of the SendObject command, but obviously this would ...
|
| Condition to run validation macro on field with focus | 06 Jun 2006 22:08 GMT | 1 |
I am looking for some help to run a validation macro on multiple fields. Specifically, I have 11 fields on a form, each one a YES/NO data type, and i would like to run the condition macro on the Before Update proerty, such that if the field is set to YES and the user resets it ...
|
| Way to avoid 'halt' in macro | 06 Jun 2006 21:46 GMT | 4 |
I am running a macro that opens, selects all and copies records from a query. If there are no records, it halts the macro. Any way to avoid this? The records are being appended to an existing table if that helps. SKB
|
| how do you make a commandbutton run a macro? | 06 Jun 2006 21:17 GMT | 2 |
I have this project i have to do for work and i want the commandbuttons to open seperate sheets within the workbook - but i dont understand all this visual basic language stuff so can someone please translate it into a dummy version for me - i can run a macro by recording it but ...
|
| Macro "dependencies" | 06 Jun 2006 20:30 GMT | 3 |
I would like to be able to find everywhere that a specific table, query, form or report is referenced in my macros. Is there an easy way to do so (similar to being able to view object dependencies)? DKennedy
|
| SendObject Macro | 06 Jun 2006 08:43 GMT | 3 |
I am using the send object macro, when it starts i Have a message pop up that lets me know I am sending an email automatically. Is there anyway I can stop that from coming up every time I use the Macro. Donbenz
|
| How do I unlock a file so that it can be modified? | 06 Jun 2006 06:11 GMT | 2 |
I am trying to unlock a file so that I can modify it.
|
| How to find a close match? | 05 Jun 2006 21:22 GMT | 1 |
I have a table in Access with 250 rows and 3 columns. The operators input a number let call it A. I need a macro in VBA to search A to see if there is a match or closest number to A on column 3 (let call it B) and then return the data on the same
|
| Import Macro - File Location Prompt | 02 Jun 2006 20:48 GMT | 1 |
I have an import macro which runs multiple instances of Transfer Text on a fixed width flat file using specifications. There are 26 different specs, one for each table that I need the data imported into. Using =InputBox("Enter the path and filename:") for the filename
|
| Copy linked table and Paste as Data | 02 Jun 2006 20:44 GMT | 1 |
I have a linked table whose primary key data type needs to be text instead of numeric to create a specific join. I want to create a macro that will: a) Copy my linked table - table name SURVEY b) Paste the table in the same db as WEB_SURVEY with "Structure & Data"
|
| How do I build a macro to open a PDF file?? | 02 Jun 2006 20:33 GMT | 2 |
I want to querry to a bunch of PDF files and open the querry automaticly.
|
| Populating a List Box | 02 Jun 2006 17:11 GMT | 2 |
I'm populating the listbox with query having a where condition in VBA code. the first time list box fills correctly but when I change the WHERE condition which is coming from the combo box in the MS Access Form it doesn not clear the list box values from the query done first
|