cj92713696
Programmer
SubQuery Parameter from a Main Query? How?
I would like to pass a record value from a main query, the value ItemCode (please see below), to the subquery. How do I do this? I am using Access 2000. As of to date, I simply have the subquery query all ItemCodes and then using an external join link the main query back to ItemCode. As you would expect, this is very, very slow.
Thanks for your help.
Main Query
ItemCode
ItemDesc
QtyOnHand
SubQuery
ItemCode -> Parameter
ReceivedQuantity
Date -> Parameter
Thanks,
CJ
I would like to pass a record value from a main query, the value ItemCode (please see below), to the subquery. How do I do this? I am using Access 2000. As of to date, I simply have the subquery query all ItemCodes and then using an external join link the main query back to ItemCode. As you would expect, this is very, very slow.
Thanks for your help.
Main Query
ItemCode
ItemDesc
QtyOnHand
SubQuery
ItemCode -> Parameter
ReceivedQuantity
Date -> Parameter
Thanks,
CJ