How to display the data from a linked table

K

keers

Hi All,

I have to tables; 1 contains reference data (2 fields, ID, Product
name), the second table contains Orders (numerous fields including
product name). when I look at the orders table directly, it happily
displays the product (as text). however, when i display the order via
a form all i get is the product ID. How do i get the form to display
the text equivalent?

TIA

Kiers
 
C

Christopher Robin

Your form is based on the Orders table only, and will not automatically
display data from another table. You'll have to edit the query for the form
and add the other table, so that you can select controls from that table to
display.
 
K

keers

Your form is based on the Orders table only, and will not automatically
display data from another table.  You'll have to edit the query for the form
and add the other table, so that you can select controls from that table to
display.






- Show quoted text -

Hi Christopher

Thanks for the solution - works a treat.

Kiers
 

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