Compile Error: Method or Data Member Not Found

A

Arturo

Currently, I am using Access 2000 for a program.
This is the procedure I am using for this field and several
others like it. They all work.

Private Sub Services_GotFocus()
Services.SelStart = 0
End Sub

When I try to compile the database, I get the compile error
for all of them.

Any ideas?

Thank you.
 
C

chibi_vb

After the error prompt, does it highlight that line? Have you changed the
name of anything at all?
 

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