where can i find my tables in form design?

E

emerlita

I'm creating my form from design view and didn't use the wizard. I
tried to look for my tables and can't seemed to find them anywhere in
the screen. Where can i find it?
 
E

EeOr

View, properties, Data Tab, and pull down record source. If the field list
box isn'tdisplayed you will need to select View, Field List.

Hth

Jon
 
J

John W. Vinson

I'm creating my form from design view and didn't use the wizard. I
tried to look for my tables and can't seemed to find them anywhere in
the screen. Where can i find it?

Unless you specified a Recordsource property for the form, it may not be
linked to ANY tables. Tables are primary; a Form is just a window for viewing
the data in the tables. Creating a Form will not automagically create tables!

Maybe I'm misunderstanding the question: where are you looking for the tables,
and what will you do with them when you find them?

John W. Vinson [MVP]
 
Top