Compile Error; Method or Data Member not found

  • Thread starter Thread starter Marsha
  • Start date Start date
M

Marsha

My access db was converted from 97 to 2000. I have a form
with several unbound check boxes. The user selects report
criteria that they want, then VBA code determines what
they have selected and runs the appropriate report with
the appropriate variables.

I added new report selections and now get the following
error message. "Compile Error; Method or Data Member not
found". It highlights a form field as the problem.

I've read that I need to check my references and make sure
that DOA 3.5 is selected. I've done that. Since this is
a Form I am using me.fieldname to reference the screen
field. I do not Dim the recordset since this is code
associated directly with the form (command button click
event).

The object bowser see the field.

What else can I try.
 
Hi Marsha,

Please post the code and indicate which line is causing problems - thanks!
 
Back
Top