Why I can not see these combo box's table

J

joyo

I got a database file from someone. There are several dropdown boxes
in the form. They all use 'Table/Query' to link different tables, but
I could not find these tables in database window. Under the form view,
I can see all these options in these dropdown boxes. For example,

a dropdown box: Office Location,
Row Source Type: Table/Query
Row Source : SELECT Office.Office FROM Office;

I can see all options in the dropdown box on Form View
I could not find the table (Office) in database window. I only have
one file.

Thank you for helping me figure this out.

joyo
 
R

Rick B

Sounds like that table might be hidden, and you have set your options to not
display hidden objects.

Tools/Options.../View/Hidden Objects.

Rick B
 

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