Hi all. I am designing a report that allows the user to choose from a list of really long-winded names as criteria. I was recently informed that a combo box would be helpful, as this would allow a drop down menu, instead of manually entering parameters and opening up room for errors. I've created the combo box (my first one, so I don't know if it's at all correct, and I'm sure I'll need to work out it's bugs later)...
However, now I am confused about how to set this as my criteria. I put a statement in my Query criteria line that looks like this:
[Forms]![Call List Selection Form]![List Name]
...however, when I try testing the query, a dialog box pops up asking me to Enter Parameter Value of that statement. I thought this design would open the form and allow me to choose what I want from the drop down list there. It isn't doing this, it wants me to specify parameter.
Is there something else that needs to be changed?Maybe in properties somewhere? Or, add a statement in my form, etc.?
I've been doing a lot of searching to try to find out, but to no avail. (please recognize that I am not familiar with code builder or SQL or VBA, etc...that's my next challenge) So any extra description of steps would be really helpful.
Thanks for any ideas.
Sean (ACSeval)
However, now I am confused about how to set this as my criteria. I put a statement in my Query criteria line that looks like this:
[Forms]![Call List Selection Form]![List Name]
...however, when I try testing the query, a dialog box pops up asking me to Enter Parameter Value of that statement. I thought this design would open the form and allow me to choose what I want from the drop down list there. It isn't doing this, it wants me to specify parameter.
Is there something else that needs to be changed?Maybe in properties somewhere? Or, add a statement in my form, etc.?
I've been doing a lot of searching to try to find out, but to no avail. (please recognize that I am not familiar with code builder or SQL or VBA, etc...that's my next challenge) So any extra description of steps would be really helpful.
Thanks for any ideas.
Sean (ACSeval)