Inserting a table

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
 
K

Ken Snell

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.
 

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