J
Justin Busch
I am currently working on a simple stepping stone to store student records.
What I would like to do is setup a form that when a Command Button is
pressed, an Open File Dialog box is created. The user can then select the
appropriate file and that filename and path is set to a string variable such
that I can use the doCmd.TransferText( acImportDelim, .....)
Is this possible and if so what is the best method of doing so?
Thank you
What I would like to do is setup a form that when a Command Button is
pressed, an Open File Dialog box is created. The user can then select the
appropriate file and that filename and path is set to a string variable such
that I can use the doCmd.TransferText( acImportDelim, .....)
Is this possible and if so what is the best method of doing so?
Thank you