Dlookup over two join tables?

S

SharonInGa

How do you code dlookup over two join tables?

Outbound Trucks Join Table Product Detail table Join Table Inbound
Table
- OB Truck ID Ob Truck ID PO# IN Truck ID
IB Truck ID
PO# PO#

Can I use dlookup to retrieve data from the Inbound Table into a
Form/Subform created off of the Outbound and Product Detail table?
 
A

Allen Browne

Create a query into the 2 tables.

Dlookup the query, i.e. use the query name as the middle argument of
DLookup().
 

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