BradCustom
IS-IT--Management
I'm using Access 2007 and I've created a Macro that outputs a table to a text file. Everything works fine but the export requires user input. I was wondering if there is a way to export without the user having to answer the Export Wizard questions.
Perhaps this would be better handled with VBA?
Thanks for your help!
Code:
The questions that need to be answered are:
Path: OK
Overwrite: Yes/No
Format: Fixed Width
Finish
Close
Perhaps this would be better handled with VBA?
Thanks for your help!