I
ImJoe
The following example may further clarify the question,
Select fieldA, filedB, fieldC
From tblX
Where fieldD = Forms!formName!controlName
What I'd like to know is how to determine or get (FieldD) for the above SQL
stmt, which is a saved query. Meantime, let me stress, I'm talking about
query param(s), not criteria, an example of criteria is as follows:
Select fieldA, filedB
From tblY
Where fieldC = 'thisValue'
How?
TIA.
Select fieldA, filedB, fieldC
From tblX
Where fieldD = Forms!formName!controlName
What I'd like to know is how to determine or get (FieldD) for the above SQL
stmt, which is a saved query. Meantime, let me stress, I'm talking about
query param(s), not criteria, an example of criteria is as follows:
Select fieldA, filedB
From tblY
Where fieldC = 'thisValue'
How?
TIA.