Compile Error; Method or Data Member not found

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.
 
S

Sandra Daigle

Hi Marsha,

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top