J
josh
I have various combo boxes on my a form where the
selections are text but are stored through a primary
key. For example one of the combo boxes is states. When
you select a state you select from a list of states (New
York, New Jersey, etc.) but the id number is stored in
the actual field.
I have a command button that uses the filter from the
form to filter a report. It works for everything, except
when I am filtering using a combo box.
When I try to transfer the filter to the report, it
doesn't allow me to because the filter looks something
like this
((Lookup_State.State="NY"))
The report has the same exact combo boxes as the form to
allow any filter that I could use for the form to
transfer successfully to the report. Any ideas?
Thanks in advance.
Josh
selections are text but are stored through a primary
key. For example one of the combo boxes is states. When
you select a state you select from a list of states (New
York, New Jersey, etc.) but the id number is stored in
the actual field.
I have a command button that uses the filter from the
form to filter a report. It works for everything, except
when I am filtering using a combo box.
When I try to transfer the filter to the report, it
doesn't allow me to because the filter looks something
like this
((Lookup_State.State="NY"))
The report has the same exact combo boxes as the form to
allow any filter that I could use for the form to
transfer successfully to the report. Any ideas?
Thanks in advance.
Josh