associates
Registered User.
- Local time
- Today, 15:05
- Joined
- Jan 5, 2006
- Messages
- 94
Hi,
wonder if anyone might be able to help me here.
In the query, I have two tables, Projects and Plan Summaries.
They both have one field in common which is of type number, "PS_ID"
So in the query, i was trying to perform dlookup as follows
DLookUp("[PN_Code]","[Plan Summaries]","[PS_ID]=[PS_ID]")
What i want to see in the output is PN_Code from Plan Summaries table.
When i run the query, i got the incorrect result there.
Thank you in advance
wonder if anyone might be able to help me here.
In the query, I have two tables, Projects and Plan Summaries.
They both have one field in common which is of type number, "PS_ID"
So in the query, i was trying to perform dlookup as follows
DLookUp("[PN_Code]","[Plan Summaries]","[PS_ID]=[PS_ID]")
What i want to see in the output is PN_Code from Plan Summaries table.
When i run the query, i got the incorrect result there.
Thank you in advance