Display data from related table

D

Darwood

How do I display data from a related table on my form. The recordsource of
the form is set to the main table. I don't want to create a subform to
display what is effectively the (lookedup) description for a foriegn key.
 
S

Steve Schapel

Darwood,

There are at least a couple of approaches to this. IMO the preferable
one is to base the form on a query which includes both the main table
and the related lookup table. The other is to use an unbound textbox
on the form with its controlsource set to an applicable DLookup()
expression.

- Steve Schapel, Microsoft Access MVP
 

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