Does Access offer the common file dialog box available in Excel or Word?
I have to allow users to import an Excel file into a table which will then be appended to another table there is some small processing of the intermediate table involved before it is appended. One option to require them to use a standard XL file name and location, it would be nicer if they could be prompted for a file name and path, the way you can through the “Application.GetOpenFileName” function in Excel (and in Word, IIRC).
I can’t find any reference to similar functions in Access 2K, although it seems that all Office XP applications will be able to obtain the same result through a FileDialog object. In fact, I think I recall reading that Access doesn’t offer such functionality. If so, what alternatives have people identified, or am I stuck with “You must save your Excel file as “XXYYZZ.xls” and save it in “C:blahblah…” I can think of a couple of ways to attack the problem, but they all seem to be much more trouble than they are worth.
Thanks in advance!