Queries not displaying combo box data

  • Thread starter Thread starter LK
  • Start date Start date
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.
 
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?
 
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...
 
Back
Top