I am sure this is simple, but I cannot figure out how to allow the Export Dialog Box to open through code.
The Import Dialog box will open by running the following code:
DoCmd.RunCommand acCmdImport
But I cannot find the correct code to open the Export dialog box.
If anyone has any ideas, let me know.
Thank you,
T.J.
The Import Dialog box will open by running the following code:
DoCmd.RunCommand acCmdImport
But I cannot find the correct code to open the Export dialog box.
If anyone has any ideas, let me know.
Thank you,
T.J.