New To Reports

J

JamesJ

I'm trying to place a Combo Box on a report but can't seem to do it.
In Design view the cbo looks fine and is reported as a combo box. but when I
view the report it has no
dropdown arrow and appears to be a text box. Even after designating the row
aourecve it dpesn't
wnat to display as a combo box.

Any help will be appreciated,
James
 
D

Duane Hookom

Reports don't support dropping down of combo boxes so an arrow would have no
utility.

Why do you think you want a combo box on a report and why should it drop down?
 
J

JamesJ

Want a combo box based on a lookup table to filter the records in the report
as
I do with my forms.

James
 
D

Duane Hookom

A report's filter is set prior to opening. You can modify the report's record
source to include a criteria based on a control on a form or you can use the
Where Condition of the DoCmd.OpenReport method.
 
J

JamesJ

Ok. I'll see what I can do.

Thanks,
James

Duane Hookom said:
A report's filter is set prior to opening. You can modify the report's
record
source to include a criteria based on a control on a form or you can use
the
Where Condition of the DoCmd.OpenReport method.
 

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

Top