Hi
I have a form which has a parameter query offering one of three options (A, B or C) or ignore in order to return All the records.
On the form itself there is a dropdown combobox which allows users to jump straight to their required record. This filters records by referring to the same item that is used in the parameter query so that users who chose option B will only be a presented with a jump-list for option B records.
That's great for my users, but I am the one who uses All the records and I want an (unfiltered) jump-list in the combobox for me!
At present, the list in the combobox shows the filtered list according to whichever option is first in the recordset when the form is opened. Can anybody tell me whether it is possible to get the combobox to return all the records when the parameter query is cancelled, please?
Thanks in advance!
Kate
I have a form which has a parameter query offering one of three options (A, B or C) or ignore in order to return All the records.
On the form itself there is a dropdown combobox which allows users to jump straight to their required record. This filters records by referring to the same item that is used in the parameter query so that users who chose option B will only be a presented with a jump-list for option B records.
That's great for my users, but I am the one who uses All the records and I want an (unfiltered) jump-list in the combobox for me!
At present, the list in the combobox shows the filtered list according to whichever option is first in the recordset when the form is opened. Can anybody tell me whether it is possible to get the combobox to return all the records when the parameter query is cancelled, please?
Thanks in advance!
Kate