D
Dave
put in use of filedialog in an access xp subroutine to find a folder:
Set fd = Application.FileDialog(msoFileDialogFolderPicker)
it works fine on my development machine that has the full office
installation. however when i package it up and take it to a clean machine,
install the access runtime, and try to use the filedialog it crashes with a
runtime error on the above line. i did check that the office10\mso.dll is
on the target machine. is there something else that is needed that the
packaging wizard may have missed??
Set fd = Application.FileDialog(msoFileDialogFolderPicker)
it works fine on my development machine that has the full office
installation. however when i package it up and take it to a clean machine,
install the access runtime, and try to use the filedialog it crashes with a
runtime error on the above line. i did check that the office10\mso.dll is
on the target machine. is there something else that is needed that the
packaging wizard may have missed??