M
MDW
Does Access 97 provide access (no pun intended) to the
standard Windows dialog boxes? I'm trying to get the
Open/Save dialog boxes so users can navigate to a specific
file from which the DB can import data. I can get it to
work in Word 97, but the same method -
Set dlgBrowse = Dialogs(wdDialogFileOpen)
- does not work in Access.
standard Windows dialog boxes? I'm trying to get the
Open/Save dialog boxes so users can navigate to a specific
file from which the DB can import data. I can get it to
work in Word 97, but the same method -
Set dlgBrowse = Dialogs(wdDialogFileOpen)
- does not work in Access.