I am trying to create a report that asks the user to select the report option from a drop down field. The field is based on field in a form, which pulls its options from a table.
Source Table - tblDelayReasons - contains 8 reasons
Form - frmMain Table - users select reason using combo box while entering data into form
Field in Form - Reason if Procedure Delayed
I want the report to ask user to select from same list of reasons. I have tried to create query using criteria below, but query just asks for input for this field.
[forms]![frmMainTable]![Reason if Procedure Delayed]
This using access 2003
Source Table - tblDelayReasons - contains 8 reasons
Form - frmMain Table - users select reason using combo box while entering data into form
Field in Form - Reason if Procedure Delayed
I want the report to ask user to select from same list of reasons. I have tried to create query using criteria below, but query just asks for input for this field.
[forms]![frmMainTable]![Reason if Procedure Delayed]
This using access 2003
Comment