Queries not displaying combo box data

L

LK

Hi, guys.

I'm a freelancer and I am trying to get my Invoices printed directly through
Reports but I am not being able to have my combo boxes actual data to be
displayed on the form. The field appears blank. Can you tell me if there's a
formula missing, because none of the join properties get it displayed...

Thanks in advance.
 
B

BruceM

What actual data is that? What is the row source for a typical combo box?
Column count? Column widths? Bound column? To what field is that combo
box bound?

I am not clear on what you mean by printing your invoices directly through
reports. Do you mean you want to print a report that is the invoice?
 
J

John W. Vinson

Hi, guys.

I'm a freelancer and I am trying to get my Invoices printed directly through
Reports but I am not being able to have my combo boxes actual data to be
displayed on the form. The field appears blank. Can you tell me if there's a
formula missing, because none of the join properties get it displayed...

Thanks in advance.

You should not need to put combo boxes on a Report. Instead, base the report
on a Query joining your Invoices table to the lookup tables used for the combo
boxes.

Of course you haven't posted any information about the tables or the combo
boxes so I may be off track here...
 

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