D
dan
I have a report which I want to parameterise. I have
already added a parameter to the query that it uses and it
works fine. However, I want the user to be able to select
the value of the parameter from a list, rather than have
to type the whole value. The values need to come from a
column in one of the tables. What is the best way of
doing this?
I thought about using a form that has a combo-box field
bound to the relevant table column, and then the value
entered in this field is used in the report. However, I'm
not 100% how to get this to work. I have Access 97, and I
know I would execute the report using a docmd, but how
would I pass it the parameter which then needs to be
passed to the query??? And is there an easier way to do
this anyway!!!
Cheers,
Dan.
already added a parameter to the query that it uses and it
works fine. However, I want the user to be able to select
the value of the parameter from a list, rather than have
to type the whole value. The values need to come from a
column in one of the tables. What is the best way of
doing this?
I thought about using a form that has a combo-box field
bound to the relevant table column, and then the value
entered in this field is used in the report. However, I'm
not 100% how to get this to work. I have Access 97, and I
know I would execute the report using a docmd, but how
would I pass it the parameter which then needs to be
passed to the query??? And is there an easier way to do
this anyway!!!
Cheers,
Dan.