Inserting a table

  • Thread starter Thread starter elijah_lovejoy
  • Start date Start date
E

elijah_lovejoy

Hi all,

I am new to databases and this question is probably a
simple one. I have created a form and added two tables
into it. As time went on I created another table and now
I want to add the table into the form so that I can make
a text box that displays the information from a field in
the latest table.

Thankyou,
Eli
 
You'll need to create a query that combines the three tables and then use
that query as the record source for the form. Then you'll be able to add
fields from the "new" table onto your form.
 
Back
Top