| Thread | Last Post | Replies |
|
| AUTOMATING COMMAND USING A MACRO? | 14 Jun 2006 09:29 GMT | 1 |
hey guys, if someone could please provide me with some assistance it would be very much appreciated...my problem is as follows: I have just downloaded a Scheduling utility to Run my database on a
|
| sending query result to text file | 14 Jun 2006 07:20 GMT | 2 |
I'm converting a .mdb application to .adp format. In .mdb application I have a button which sends a query(join of 3 tables) to .txt file through transfertext of Docmd. I'm not able to use this transfertext in .adp format. As I have
|
| Autoexec drops into debug | 13 Jun 2006 21:26 GMT | 5 |
I have a database that has been in use by the department for some time without problems. We recently added a team member who needs to be able to do some development work on the database. As I had the developers copy of the database, I moved
|
| How to I export to multiple Excel Sheets in Access | 13 Jun 2006 09:59 GMT | 1 |
I posted a reply to an old question and am unsure if I should have just posted a new question so here it is: I would like to also export a databse to multiple worksheets in a single workbook but have not been able to accomplish it using the method in this
|
| How to I export to multiple Excel Sheets in Access 2003? | 13 Jun 2006 06:57 GMT | 5 |
In Access 2002, I used to be able to export to multiple sheets in Excel using the TransferSpreadsheet Action in a macro. It does not let me in 2003- does anyone know how I can do this? Maybe I'll have to use VBA code? I am not very familiar with VBA. Help please!
|
| Sending multiple query's in one spreadsheet | 12 Jun 2006 12:27 GMT | 2 |
I am using the send object command in a macro to send 3 seperate query's via Outlook email. These query's create 3 seperate spreadsheets....How can I incorporate these 3 query's in one spreadsheet? I would like to send these 3 query's in one spreadsheet (3 seperate ...
|
| Search LastName and FirstName Fields | 09 Jun 2006 23:09 GMT | 5 |
I'm sorry if this ends up being a post similar to someone else's that has already been answered. Here is what I am trying to do. I'm creating a database that has in it fields for first name and last name. To prevent duplicate entries, I want the used to be able to click a New
|
| How do I export a date&time in a macro-Transfer Spreadsheet name | 09 Jun 2006 20:41 GMT | 1 |
="O:\Folder\Folder\FileName" & (Format(Now(),"yymmdd")) & ".xls" I'm trying to transfer a spreadsheet but want to add the time to the date because the spreadsheet may be run several times in a day, so I don't want it overwritten. I've tried adding time by doing the ...
|
| Outputall fileds | 09 Jun 2006 18:59 GMT | 1 |
I am trying to create a lookup for employee id to open a time sheet entry form using a filter in the open form in a macro. The form contains several tables. It says that if you use a filter and not all of the fields are in the filter, then to set the outputallfields property to ...
|
| How to "POST" accounting data into underlying tables | 09 Jun 2006 18:42 GMT | 25 |
I have a form to record customer payment receipts into a Receipts table indicating customer, amount, date etc... Within that form is a subform based on a query that selects all open invoices to that customer from the Invoices table. I want to be able to allocate the receipt ...
|
| need macro for import text file with delimiter | 09 Jun 2006 12:11 GMT | 3 |
I used access 2000 , i have a table that containe the fields for the text file need macro for read the file ,import it,and after all delete the file can anyone help me?
|
| macro auto execution | 09 Jun 2006 07:40 GMT | 1 |
does anyone know how to have a macro execute at a given time during the day?
|
| Error when I set filter | 08 Jun 2006 21:14 GMT | 7 |
I am using article KB208529, which has worked in other databases of mine, to set up a report filter from a pop-up form. When I choose a value from a combo box, then click "set filter", I get the following error: Syntax error (missing operator) in query expression '([Provider
|
| GoTo Control | 08 Jun 2006 20:50 GMT | 2 |
I have a DB with a from when you input the emp # it pulls the name, dob, etc from one table then you are to enter data in the rest of the empy fields on the form. The form is laid out in Tab view (which doesn't matter much) except after you enter your data on the first line and ...
|
| Preventing users from being able to create new macros, policy leve | 08 Jun 2006 09:22 GMT | 1 |
I would like to be able to prevent users from creating new macros but not prevent them from running existing ones. I can disable access to the Macros option in the Toolbar and Menubar, but access to Macros is still available from the list of objects when they create a new ...
|