no prompt for object members in code

  • Thread starter Thread starter Greg J
  • Start date Start date
G

Greg J

Just opened an access db (Access 2003) that I have been working on for
some time. when I am in a code window and declaring objects, for
instance Dim db as DAO.Database, it no longer prompts me for the member
that follows the full stop. Previously, if I entered DAO., a list
appeared to show me what objects belonged to DAO. Its not doing that
any more.

Im sure its a quick fix option somewhere but have not been able to
locate it. any information would be appreciated
 
Also,

All references are still in tact. Code runs properly, even the new
code that I now must write long hand. I am just not getting the prompt
to cofirm the object members.
 
Hi Greg

Go to Tools>Options and make sure that "Auto List Members" is selected.
 

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

Back
Top