Report formatting won't work

  • Thread starter Thread starter b_lwalker
  • Start date Start date
B

b_lwalker

For some bizarre reason my combo boxes aren't formatting on my report.

I have a couple of combo boxes using summed queries that will not hold
a format (e.g. "Standard"). The annoying thing is that this very same
thing works just fine on other reports I've done. I'm stuck and any
clues would be appreciated.

Cheers
 
For some bizarre reason my combo boxes aren't formatting on my report.

Why would you want to put a combo on a report!!?

Just base the Report on a query joining your main table to the lookup tables,
and display the lookup text field in a textbox.

John W. Vinson [MVP]
 
Why would you want to put a combo on a report!!?
Just base the Report on a query joining your main table to the lookup tables,
and display the lookup text field in a textbox.

John W. Vinson [MVP]

Thank you John for your repsonse - I was having trouble getting my
head in the right space to figure out this report and you gave me the
jolt I needed. Turned out I needed 5 sub queries in order to get the
report working - but it now works!

As far as using combo boxes on reports - in some situations I find it
easier to do that than to try and work what I need into the main
query.

Cheers,

Bruce Walker
 

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

Back
Top