D
Danny
Is there a way to create export specs on the fly using
VBA? I want to be able to use all of the functionality of
the export specifications, without knowing the exact
format of the file ahead of time, and without forcing the
user to manually export an Access object (usually a
query).
For example, I want the user to be able to select a query
name from a pulldown, specify the export location (e.g.,
c:\temp\exportfile.txt), and then click a command button
that will create a spec for that file, but with a
standard list of parameters - tab delimited, zero-filled
dates, four-digit year.
Is this possible?
Thanks for the help.
Danny
VBA? I want to be able to use all of the functionality of
the export specifications, without knowing the exact
format of the file ahead of time, and without forcing the
user to manually export an Access object (usually a
query).
For example, I want the user to be able to select a query
name from a pulldown, specify the export location (e.g.,
c:\temp\exportfile.txt), and then click a command button
that will create a spec for that file, but with a
standard list of parameters - tab delimited, zero-filled
dates, four-digit year.
Is this possible?
Thanks for the help.
Danny