Paul has attended:
Access Intermediate course
Access Advanced course
DLookup
Can somebody talk me thru DLookup please
RE: DLookup
Example:
DLookup("[ContactName]", "[Suppliers]", "[SupplierID] = Forms![SupplierID]")
Displays the value of the ContactName field in the Suppliers table, where the value of the SupplierID field in the table matches the value of the SupplierID control on the active form.