ProgramError
Programmer
HI,
I'm looking for a filedialog form/box for use in access VBA.
I intend using it to look for/at files and drives. the type of form which appears when you do a 'save as' on any program
(the tree type file picker).
I found the property fileDialog in the Access help files but I I get errors of 'user-defined type not defined' when I use
Dim fd As FileDialog
'Create a FileDialog object as a File Picker dialog box.
Set fd = Application.FileDialog(msoFileDialogFilePicker)
can anyone help
Ian Mayor (UK)
Program Error
Programming is 1% coding, 50% error checking and 49% sweat as your application bombs out in front of the client.
I'm looking for a filedialog form/box for use in access VBA.
I intend using it to look for/at files and drives. the type of form which appears when you do a 'save as' on any program
(the tree type file picker).
I found the property fileDialog in the Access help files but I I get errors of 'user-defined type not defined' when I use
Dim fd As FileDialog
'Create a FileDialog object as a File Picker dialog box.
Set fd = Application.FileDialog(msoFileDialogFilePicker)
can anyone help
Ian Mayor (UK)
Program Error
Programming is 1% coding, 50% error checking and 49% sweat as your application bombs out in front of the client.