T
Tinbendr
Access 2003.
I have two tables. Master and IssuePart.
Each table has a report number (Master.OA) that ties all this
together.
I wanted to make the Master table perform a lookup by matching the
report number in IssuePart and bringup a listbox. But the query won't
cooperate.
I can manually enter a report number and get the results I want, but
as soon as I try to change the criteria to the Master report number
field name, it chokes with syntaxs errors and such.
Here's the SQL the Builder produces.
SELECT IssueData.[Part Number], IssueData.[Serial Number] FROM
IssueData WHERE ((ISSUEDATA.[OA NUMBER]=MASTER.OA));
But this will prompt me to enter the Master.OA
How to I make this dynamic, using the current record report number?
Thanks in advance!
I have two tables. Master and IssuePart.
Each table has a report number (Master.OA) that ties all this
together.
I wanted to make the Master table perform a lookup by matching the
report number in IssuePart and bringup a listbox. But the query won't
cooperate.
I can manually enter a report number and get the results I want, but
as soon as I try to change the criteria to the Master report number
field name, it chokes with syntaxs errors and such.
Here's the SQL the Builder produces.
SELECT IssueData.[Part Number], IssueData.[Serial Number] FROM
IssueData WHERE ((ISSUEDATA.[OA NUMBER]=MASTER.OA));
But this will prompt me to enter the Master.OA
How to I make this dynamic, using the current record report number?
Thanks in advance!