Method or Data member not found.
Hi,
I have a sample db with a form which opens a windows dialog box and let the user select an excel file and then import it into the db. The sample db with the forms runs fine but when I import the form in my application and run it I get an error "Method or data member not found". I get the error in the below line -
If IsMissing(hwnd) Then hwnd = Application.hWndAccessApp
Can anybody tell me why am I getting this error and how can I resolve it.
Thank you.
|