Filtering a report by a combo box

G

Guest

I have a currently-existing report, tied to a query. My goal is to allow
users to preview a report, filtered on criteria from a combo box.

The field I want to specify is, itself, a combo box. The data would exist in
multiple records, but be a finite list of information.
 
J

Jeff Boyce

Not sure I'm following...

Are you saying that the underlying field-in-table is a data type = Lookup
("is, itself, a combo box")? If so, you may be running into one of the
issues that argue against using the lookup data type!

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
G

Guest

Ugh.

What would be the recommended alternative?

Jeff Boyce said:
Not sure I'm following...

Are you saying that the underlying field-in-table is a data type = Lookup
("is, itself, a combo box")? If so, you may be running into one of the
issues that argue against using the lookup data type!

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
J

Jeff Boyce

Check the mvps.org/access website for a discussion of the "evils of lookup
fields (in tables)".

First, before anything else, change the lookup field data types to whatever
the underlying ID field's type is /are. A lot of times this is a Long
Integer.

Next, please try paraphrasing what you want to have happen when someone
selects an item from a combobox that is loaded with ... ?!what?!

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top