D
Dimitris Nikolakakis
I have access 2003.
I have a form and a subform (FOrders & FOrdersTx)
I have created a query with parameters from the above form :
SELECT xxxxxx FROM
WHERE field1 = Forms!FOrders!Factory AND field2 =
Forms!FOrdersTx!StorageItem
The query recognizes the Forms!FOrders!Factory but not the
Forms!FOrdersTx!StorageItem and asks for the value.
Thanks in advance
Dimitris Nikolakakis
I have a form and a subform (FOrders & FOrdersTx)
I have created a query with parameters from the above form :
SELECT xxxxxx FROM
Forms!FOrdersTx!StorageItem
The query recognizes the Forms!FOrders!Factory but not the
Forms!FOrdersTx!StorageItem and asks for the value.
Thanks in advance
Dimitris Nikolakakis