G
Guest
I'm trying to create a dialog box that allows users to select 2 parameters
from combo boxes. The form is called 'frmEstimateSelector'.
It has 2 combo boxes:
'cboProjectName' (in which the Row Source is a table called 'Project')
'cboBidNumber' (in which the Row Source is a table called 'Bid').
The query I created is 'qryDialog' and in the criteria, the 2 parameters are
listed as:
[Forms]![frmEstimateSelector]![cboProjectName]
[Forms]![frmEstimateSelector]![cboBidNumber]
The first combo box works fine, but the second does not. Instead of
following the second criteria, it contains a repeat of the first combo box.
Any suggestions to resolve this? Any feedback is appreciated!
from combo boxes. The form is called 'frmEstimateSelector'.
It has 2 combo boxes:
'cboProjectName' (in which the Row Source is a table called 'Project')
'cboBidNumber' (in which the Row Source is a table called 'Bid').
The query I created is 'qryDialog' and in the criteria, the 2 parameters are
listed as:
[Forms]![frmEstimateSelector]![cboProjectName]
[Forms]![frmEstimateSelector]![cboBidNumber]
The first combo box works fine, but the second does not. Instead of
following the second criteria, it contains a repeat of the first combo box.
Any suggestions to resolve this? Any feedback is appreciated!