| Thread | Last Post | Replies |
|
| How to compact databases | 26 Mar 2005 00:36 GMT | 3 |
I have several databases in different directories. I would like to create a macro which would open 1st database, compact it and then save it, then repeat the same for the next database and so on. Let's assume this type structure:
|
| Compile Error | 25 Mar 2005 20:59 GMT | 2 |
I'm developing an application on my Win2000 system and when I run it on a target Win98 system running Access 2000 it stops in a function on the line: newStr= str(curRecord)
|
| Run querries with macro | 25 Mar 2005 20:33 GMT | 5 |
I would like to create a macro to run three querries together. But i dont want the user to see the results of the querries so I don`t want to use the OpenQuerry macro. So how i create this macro?
|
| I need to conver number (dollars) into text so I can inser... | 25 Mar 2005 15:09 GMT | 4 |
I need to create a macro that will conver dollar amount (lets say $110) into text so I can insert it as part of a text field (lets say "What you need to pay is $110). Can I do this? Can anyone help me with this? THANKS!!!
|
| SendObject Action in a Macro Query | 25 Mar 2005 09:19 GMT | 9 |
Is there any way I can have the data I want to send to a user using the SendObject Action appear in the body of the message as opposed to being an attachment? I have an app where I am sending a user a small piece of data to follow-up
|
| Recurring Invoices | 25 Mar 2005 09:13 GMT | 1 |
I have designed a database for a taxi co. I need to add driver invoicing to it, but I am a bit puzzled as to how to do it correctly. They need a driver receipt for payments made. Each driver keeps the vehicles for an indefinite period of time..being charged a weekly/ daily ...
|
| Macro for duplicate record check | 25 Mar 2005 07:41 GMT | 1 |
I want to check for duplicate records AFTER the customers "Last Name" is entered into my form. I tried doing this with a macro, but can't make it work. Any help is appreciated! I want the employee entering the information to be able to type in the last name, have the database ...
|
| Audit | 25 Mar 2005 00:04 GMT | 1 |
We currently have a field in a form that is updated each time a user enters the form. The field has Me!FIELDNAME = Date. in the before update event. I would like to do the same thing, but to another table. I was hoping to create a table that had Date, Name of person logged in, and ...
|
| Numbering A Saved Spreadsheet | 24 Mar 2005 19:57 GMT | 2 |
I use a macro to save a query as an excel spreadsheet into a folder, the spreadsheet is named using a formula, i.e. = format(Date(), "dd mm yy") & " - " & [Type] & ".xls", however if two spreadsheets are saved on the same day the second overwrites the first. Does anyone know of a ...
|
| Want time but not AM/PM | 24 Mar 2005 19:37 GMT | 1 |
I am using access for video library purposes. I want to input the TIMECODE from my tapes which looks like: 01:02:30 and I don't want it to look like: 01:02:30AM
|
| Delete Excel Spreadsheet from Access Macro | 24 Mar 2005 04:48 GMT | 4 |
What Access macro command (or SQL syntax) would initiate deleting an Excel spreadsheet? Any help is appreciated, Thank you.
|
| Macro won't work with .dat extension | 24 Mar 2005 00:56 GMT | 1 |
I have created a macro that outputs the results of a query to a .txt file. Its transfer type is export delimited. Ideally however, I should be outputting to a .dat file. When I specify the .dat extension, and then attempt to run macro, I get the following error - "Cannot update. ...
|
| MY MICROS IS DISABLED ON MY WORD PROGRAM, HOW CAN I ENABLE IT? | 24 Mar 2005 00:52 GMT | 1 |
DON'T KNOW HOW TO ENABLE MACROS
|
| OutputTo: Path Name Using [Forms]! | 23 Mar 2005 09:29 GMT | 3 |
Good day! I need to run 43 queries each day, which has traditionally been performed manually. I'm working on autonomating the process. Here is what needs to happen:
|
| Schedule network report | 22 Mar 2005 23:17 GMT | 2 |
I am trying to schedule a report to run from access at a particular time each month - i am using schedule tasks to open access, but i'm not sure what to do with the server user name and password - currently the database is Access 2000 format it has a password for the database but ...
|