B
bhammer
A2K
My code copies the Filter property from one form, to apply to a Report. The
idea is that user filters the records in the form, then hits the Report
button to get a report of those records. It works fine, except when the user
filters on one of the fields that is a combo box. What happens, is that a
parameter dialog pops-up asking for something like:
Lookup_cboName.Name
when really it needs the NameID
Nothing typed in the parameter dialog box seems to work.
Can the Filter be copied and used correctly in the Report when the user
filters directly on the form? from a combobox?
-Brad
My code copies the Filter property from one form, to apply to a Report. The
idea is that user filters the records in the form, then hits the Report
button to get a report of those records. It works fine, except when the user
filters on one of the fields that is a combo box. What happens, is that a
parameter dialog pops-up asking for something like:
Lookup_cboName.Name
when really it needs the NameID
Nothing typed in the parameter dialog box seems to work.
Can the Filter be copied and used correctly in the Report when the user
filters directly on the form? from a combobox?
-Brad