call Import Spectification dialog window

L

LF

I have a button on a user form that currently contains the code below which
initiates the MS-Access Import Text Wizard. I would like this button to
bypass the Import Text Wizard and instead call the window that opens from the
Import Text Wizards' Advanced button. Is this possable?

DoCmd.RunCommand acImport
 
Top