Hi
I've created 2 cascading combo boxes and they work okay with the exception that child only shows the first record.
The select query I'm using is as follows:
(I'm not sure if it's this)
[SELECT [qryAllCust].[CustKey], [qryAllCust].[CompanyName] FROM qryAllCust WHERE ((([qryAllCust].[CustKey])=[Forms]![forCascTest]![cboRep])) ORDER BY [qryAllCust].[CompanyName];]
Brains even more dead than ever today and I can't work it out.
Thx
Steven811
I've created 2 cascading combo boxes and they work okay with the exception that child only shows the first record.
The select query I'm using is as follows:
(I'm not sure if it's this)
[SELECT [qryAllCust].[CustKey], [qryAllCust].[CompanyName] FROM qryAllCust WHERE ((([qryAllCust].[CustKey])=[Forms]![forCascTest]![cboRep])) ORDER BY [qryAllCust].[CompanyName];]
Brains even more dead than ever today and I can't work it out.
Thx
Steven811