I've asked this before, but still don't understand what to do.
I have a report which is used to select colours of badges to be printed. At the moment the user runs the report and is asked to type in what colour they want. I would like to give the user a drop down list to choose from, so that they don't put in an incorrect choice.
I have set up a form (F_badge_colours) with a combo box in it with the colour choices in (combo_colours). I have then tried putting all this in the query criteria which runs the report ( [Forms]![F_badge_colours]![Combo_colours] ). But all I get is a dialog box with the above formula in it.
Can someone please explain what I am doing wrong and how to make it work? Thank you.
I have a report which is used to select colours of badges to be printed. At the moment the user runs the report and is asked to type in what colour they want. I would like to give the user a drop down list to choose from, so that they don't put in an incorrect choice.
I have set up a form (F_badge_colours) with a combo box in it with the colour choices in (combo_colours). I have then tried putting all this in the query criteria which runs the report ( [Forms]![F_badge_colours]![Combo_colours] ). But all I get is a dialog box with the above formula in it.
Can someone please explain what I am doing wrong and how to make it work? Thank you.