HELP - Error in loading dll

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a program in Access and some code in VB.
I have this one form that whenever I try to open it in "run" view it gives an error : "Error In loading dll" and open the VB - but in the vb I don't see the code related to that form.
however if I open the form in Design view(the first time) - and open the vb I CAN see the code related to that form

What can I do to fix the problem - it's very important....
Anat.
 
Hi:

Take a look at Tools | References in your VBA window and see if you have any
missing references.

Regards,

Naresh Nichani
Microsoft Access MVP
Anat said:
Hi,
I have a program in Access and some code in VB.
I have this one form that whenever I try to open it in "run" view it
gives an error : "Error In loading dll" and open the VB - but in the vb I
don't see the code related to that form.
however if I open the form in Design view(the first time) - and open the
vb I CAN see the code related to that form
 
Back
Top