SimoneRene
Registered User.
- Local time
- Today, 17:28
- Joined
- Mar 15, 2017
- Messages
- 58
Hi!
So I'm trying to use FileDialog on a form, I have a created an event OnClick of a button and have a Text Box to display the result.
Whenever I click said button, I get a Run-time error '13' Type Mismatch Debug takes me to this line of code:
Set fDialog = Application.FileDialog(msoFileDialogFilePicker)
I'm running Access 16, 64-Bit System. I have set up a reference.
Any help greatly appreciated, I'm an access/VBA newbie.
Thanks!
So I'm trying to use FileDialog on a form, I have a created an event OnClick of a button and have a Text Box to display the result.
Whenever I click said button, I get a Run-time error '13' Type Mismatch Debug takes me to this line of code:
Set fDialog = Application.FileDialog(msoFileDialogFilePicker)
I'm running Access 16, 64-Bit System. I have set up a reference.
Any help greatly appreciated, I'm an access/VBA newbie.
Thanks!