tables and forms

alice

Registered User.
Local time
Today, 12:46
Joined
Mar 23, 2010
Messages
27
how do you insert a table into a form??
 
we need a little more info that this... what do you mean insert a table into a form?
 
the tables you create i want to insert one into one of my forms so i can see information on the table in the form
 
the tables you create i want to insert one into one of my forms so i can see information on the table in the form

Go to create Form wizards, it will tell you step by step how to insert table in forms :cool:
 
ok so create a query based off of your table and then a form based off of the query and set the forms default view to datasheet
 
1. Create another form based on your table. That will be your subform.
2. Go back to your main form, and create a subform and point the source to the form you just created.
3. If you want it to make it look like a table, make the Default View "Datasheet"
 

Users who are viewing this thread

Back
Top Bottom