Why I can not see these combo box's table

  • Thread starter Thread starter joyo
  • Start date Start date
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
 
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
 
Back
Top