Re: Display all columns of a combo box



On Sat, 19 Nov 2005 12:39:01 -0800, Peg
<Peg@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

>Oh my...I'm having a very difficult time trying to do this...and I at this
>point could certainly use a bit of a step-by-step approach. I'm trying to
>get all the columns in a combo box in a query to make a report from.

I think you're giving too much weight to the fact that you see the
data displayed in a combo box.

The data is NOT stored in a combo box. It's stored in a Table; you can
display that data on a Form, in a Listbox, in a Combo Box, or - and
this is the likely solution to your problem - in a Query.

Simply join this combo box's Rowsource table to the Query upon which
the report is based. You'll now have all of that table's fields
available for display in the report.

John W. Vinson[MVP]
.



Relevant Pages

  • Re: Page totals error in report - doesnt add correctly
    ... display it on a form or report. ... query based on the Import Table. ... All Totals text boxes properties are set to General number with 2 decimal ...
    (microsoft.public.access.reports)
  • RE: creating a query for a report
    ... I need to form it into a query that will display the following ... > line name, client name, prospect name, etc. ... The header of the report and the body of the report must be displayed in the ...
    (microsoft.public.access.queries)
  • Re: missing field data in several records in a report
    ... Is there something different about the properties of the report controls ... that DO display their data, when compared with those that DON'T? ... > and the query returns all the required fields when run, ... > "Jeff Boyce" wrote: ...
    (microsoft.public.access.reports)
  • Re: Query Problem - Leaving out Records
    ... >main report. ... >> My query is working fine, ... >> One idea I have is to display what my query is ... >> DUMBY part. ...
    (microsoft.public.access.queries)
  • Application
    ... >How can I print or display a report of a single record ... This form finds the value of Unique Form ID which sits on ... Now link your Report to your query and place a ...
    (microsoft.public.access.reports)