ST4RCUTTER
Registered User.
- Local time
- Today, 14:36
- Joined
- Aug 31, 2006
- Messages
- 94
I am trying to avoid using the DLOOKUP function due to the impacts it has on performance (load times). This is especially prevalent on a not-so-fast-network connection. I have a form based off a query that itself is sourced from a table of work orders. There is another table that houses contact referenceID's which is related to the table of work orders. There is then a reference table of names that correspond to the referencID's on the table of contacts. Here is how it looks:
*Work Order Tbl...........*Contacts Tbl....................*Contact Reference Tbl
WorkOrderID (PK)-------WorkOrderID
Project Status..............ContactID(FK)---------------ContactID(PK)
Project type.........................................................Contact Type
Project Name.......................................................Contact FirstName
I created a query that shows the Lastname of the contact of a specific Contact Type related to the WorkOrder. When I try to show the value of this field on the Form I just get #Name?. How do I refer to a field on a query that is not the source of the current form? Thanks!
*Work Order Tbl...........*Contacts Tbl....................*Contact Reference Tbl
WorkOrderID (PK)-------WorkOrderID
Project Status..............ContactID(FK)---------------ContactID(PK)
Project type.........................................................Contact Type
Project Name.......................................................Contact FirstName
I created a query that shows the Lastname of the contact of a specific Contact Type related to the WorkOrder. When I try to show the value of this field on the Form I just get #Name?. How do I refer to a field on a query that is not the source of the current form? Thanks!