T
Tony Williams
I have a command button on my form which when clicked I want to start the
export wizard I have a similar button to start the import wizard and use this
code
DoCmd.RunCommand acCmdImport
However if I use DoCmd.RunCommand acCmdExport it tries to export the form
and I just want to start the wizard. What is the correct code as I'm trying
to export the results of a select query.
Thanks
Tony
export wizard I have a similar button to start the import wizard and use this
code
DoCmd.RunCommand acCmdImport
However if I use DoCmd.RunCommand acCmdExport it tries to export the form
and I just want to start the wizard. What is the correct code as I'm trying
to export the results of a select query.
Thanks
Tony