G
Guest
I have a form set up with a button to open a report based on the same data.
This works fine, however if the form data has been filtered (using
filter-by-form) I want the same filter to be applied to the report.
When I tried this I found that for fields represented by combo boxes the
filter criteria turn up something like:
(([Lookup_Type of service].Name="Charitable trusts"))
The type of service table has two columns, ID and Name, the ID field is
bound for the combo box but hidden and the name is shown.
Why is this extra "Lookup_" being added to my filter and why does this work
for the form but not a report?
I can't find a table, query or function (even hidden/system) called
"Lookup_Type of service", what is it?
Kevin.
This works fine, however if the form data has been filtered (using
filter-by-form) I want the same filter to be applied to the report.
When I tried this I found that for fields represented by combo boxes the
filter criteria turn up something like:
(([Lookup_Type of service].Name="Charitable trusts"))
The type of service table has two columns, ID and Name, the ID field is
bound for the combo box but hidden and the name is shown.
Why is this extra "Lookup_" being added to my filter and why does this work
for the form but not a report?
I can't find a table, query or function (even hidden/system) called
"Lookup_Type of service", what is it?
Kevin.