| Thread | Last Post | Replies |
|
| Exporting Report to .txt file | 15 Nov 2004 19:18 GMT | 3 |
Can anyone help me to export an access report to a new text file with a macro? Thank you.
|
| Import files out of order | 15 Nov 2004 19:17 GMT | 1 |
I'm running a macro that imports text files into a table. I do a "delete" query on the table to clear the contents and then I start import text file1, text file2, etc... The problem I have is that sometimes the text files are not in the table in
|
| outputting to Excel, need to delete existing spreadsheet | 15 Nov 2004 17:44 GMT | 3 |
I use macros and the OutputTo command to create spreadsheets and reports. What is the command to have the macro erase/overwrite the existing file? When I run it using the switchboard menu, it does not ask to replace the existing file.
|
| adobe pdf icon in word | 15 Nov 2004 14:47 GMT | 1 |
I think this is a macro issue, not sure. I am using Word 2003. I have Adobe Acrobat 6.0 Professional. There is suppose to be a Acrobat PDF icon in Word that you just click which then saves the document in PDF format. But I cannot get the Icon to show in Word toolbar, anyone ...
|
| Table to Table with VBA | 14 Nov 2004 12:05 GMT | 1 |
I need transfer a table of data to another table with the use of VBA. For example: Read from table 1 then
|
| where can i get an expression dictionary | 12 Nov 2004 18:01 GMT | 1 |
In microsoft Access i cannot find an expression command list. I am using Windows XP professional.
|
| Why does my access report print too many records? | 11 Nov 2004 22:16 GMT | 2 |
Ihave created a macro to import an excel spreadsheet with a list of Postcodes into tblMain1 which is linked to tblPostcode Locations on a one to one join my report takes Postcode from tblMain1 and X and Y from tblPostcode Locations. Then i told the macro to print the report. As ...
|
| How do I schedule a macro to run automatically in Access | 11 Nov 2004 22:13 GMT | 1 |
I am trying to setup a macro to run at off peak hours i.e. 12:01 a.m. every Saturday
|
| Combining table data | 11 Nov 2004 17:21 GMT | 3 |
I have a table like such (with additional columns to those shown): Name Type Amount Mike A 20 Mike B 40
|
| "OK" Macro: maybe not set up correctly? | 11 Nov 2004 16:04 GMT | 2 |
I'm trying to create a report where the the user can enter criteria (beginning date, end date) to generate a report. (Using the Acess Help file instructions to create Macros while creating a form to enter report criteria) *I've created a form to enter the criteria. (with macros ...
|
| Send Report | 11 Nov 2004 04:26 GMT | 1 |
I am running Access 97. Is there a way to use the 'SendObject' action to send a report as a .pdf document? I have the Adobe Acrobat Distiller installed on my machine and I am able to go to File-->Print-->Distiller and create a .pdf document. I can then attach this to an email ...
|
| Why does my macro recalled come back to me not the way I recorded. | 11 Nov 2004 03:45 GMT | 1 |
I have recorded a macro in the record mode then tried to recall that macro and when it comes back to me it is not the way I recorded it i.e. style (font) and sizes that I recorded it in.
|
| Suppressing Error Messages | 10 Nov 2004 19:43 GMT | 2 |
I have created my own alert for when someone accidentally tries to input a duplicate record in a data entry form. My question is, how do I supress the automatic alert that also comes up? If it requires VB, can someone give me an example?
|
| email word document | 08 Nov 2004 18:26 GMT | 1 |
i am using Access 2000 and want to email a word document to a selection of people in my database. What is the best way to do this, can I use the SendObject action thanks
|
| Data is lost when using Transfertext action | 08 Nov 2004 15:35 GMT | 1 |
I have a text file that is imported into an access table. As an example, the file contains the following data: 101,10, 1,04,2South The space before the "1" is deliberate. The table has all text fields.
|