All,
I want to open up the common dialog window in access so I can select a file that I want to import into my database. This is simple in VBA for excel but access doesn't like the call.
Is there another function I can call to do the same thing in access.
Simon
I want to open up the common dialog window in access so I can select a file that I want to import into my database. This is simple in VBA for excel but access doesn't like the call.
Code:
Application.GetOpenFilename(strFileFilter)
Is there another function I can call to do the same thing in access.
Simon