Re: Display all columns of a combo box

Tech-Archive recommends: Speed Up your PC by fixing your registry



Not sure just what you seek... the .Column(x) property of the combo box
allows your form to read the values of the other columns (x is the number of
the column; .Column is zero-based, so the first column is 0, second is 1,
etc.).

However, a query cannot read the .Column property of the combo box, so if
this is what you want to do (note: because the combo box is filled by a
query, you could just use the same query as a table in your query...), then
use a public function that reads the .Column property of the combo box and
returns that value as the function's value).

--

Ken Snell
<MS ACCESS MVP>

"Peg" <Peg@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:2DE8F186-BA23-43A6-8684-4464457D7806@xxxxxxxxxxxxxxxx
> 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.
>
> My combo box has an account number then an account description I can get
> the account number but I can't seem to get the account description for my
> report. I need immediate help for this as this is due by Monday for a
> budget
> meeting....grrrr


.



Relevant Pages

  • Re: Need help creating a report in access
    ... to generate a report for work and require the following information to ... account#, name, address, etc. ... invalid account number ... Create a query using the wizard. ...
    (microsoft.public.access.gettingstarted)
  • RE: Query Criteria based on another table
    ... This query will select a range of random numbers. ... I would generate a report in access using the wizard that uses the above ... I would only show and count successful hits against my base ... tables (account numbers) and when it hit 200 successful hits I would stop ...
    (microsoft.public.access.queries)
  • Re: drop down and date range for report criteria
    ... Can you confirm that the AccountName you are selecting works in the query ... I added a Command Button pointing to the report I want. ... I added the criteria to the query Forms! ... When I select the Account name I want a report on, ...
    (microsoft.public.access.reports)
  • RE: Transpose data in a report-Field values broken down to separat
    ... I then created the subreport using the Gifts table, ... There was an account name in the Prospects table that has no "gift" ... properties, but since I didn't use a query, not sure how to go about that. ...
    (microsoft.public.access.reports)
  • Re: repeating parameter query
    ... "Duane Hookom" wrote: ... or report's record source query. ... the form is used to display the account information. ... which opened a report that could be printed. ...
    (microsoft.public.access.queries)