hendrixharrison
Technical User
My microsoft access doesnt have license to use the microsoft common dialog control and hence I am forced to code it manually.
Using the code down below, I somehow forgot how and where should I declare these objects.
this code line needs to be declared
Dim cmdlgOpenFile As New clsCommonDialog
dim clsCommonDialog as ?
I just couldnt remember this at the moment and need help.
So does anyone know how to fix this?
Using the code down below, I somehow forgot how and where should I declare these objects.
this code line needs to be declared
Dim cmdlgOpenFile As New clsCommonDialog
dim clsCommonDialog as ?
I just couldnt remember this at the moment and need help.
So does anyone know how to fix this?