colinmunnelly
Registered User.
- Local time
 - Today, 00:42
 
- Joined
 - Feb 26, 2002
 
- Messages
 - 89
 
i have a report based on a query called cnt1. I have palced a parameter in the query asking the user to name a contractor. What i need to do is place information concerning that contractors address details in several text boxes on the report. This information is in another table called CompanyTable. I am trying to use the Dlookup function and having a difficult time trying to understand the function. I think it should be:
=DLOOKUP("AddressLine1","Companytable","Addressline1 = Company)
Company being the field that is from the original query. Hope i you understand.
Col
 =DLOOKUP("AddressLine1","Companytable","Addressline1 = Company)
Company being the field that is from the original query. Hope i you understand.
Col