Hi
I am trying to declare a variable as a FileDialog object in VB for MS Access 2007
Dim fd As FileDialog
But, I am receiving an error message “ Compiler error : User-Defined type not defined”
Can you please help here?
I am trying to declare a variable as a FileDialog object in VB for MS Access 2007
Dim fd As FileDialog
But, I am receiving an error message “ Compiler error : User-Defined type not defined”
Can you please help here?
Comment