Re: Help w/ Union Queries

From: Dave Peterson (ec35720_at_netscapeXSPAM.com)
Date: 01/12/05


Date: Tue, 11 Jan 2005 19:07:58 -0600

There are lots of people who use access that frequent these Excel newsgroups.

But if you don't get an answer, you may want to post in an Access newsgroup.

Jenn wrote:
>
> ?Can anyone tell me how to make a Union Query. I am not very advanced in
> Access. I need to make a combo box that allows the user to select all or
> just one item. The response back suggested I make a union query to do this.
>
> Currently my combo box row source is from a table called "Project".
> The response from the community told me to do the following but I am lost.
> Thanks in advance for your help!
>
> Response:
> Use a Union query as the row source for your combo box:
>
> Select "All"
> From SomeTable
> UNION
> Select SomeField
> From SomeTable;

-- 
Dave Peterson


Relevant Pages

  • Re: Crosstab queries
    ... In the Union query, I end up with the "Response" colum that contains all ... Tom ... >>> Duane Hookom ...
    (microsoft.public.access.queries)
  • Re: Extract data to new fields
    ... Currently the field Q1 holds the response and the Field ... >select SurveryId, Q1 as Question, Response from ... the union query into ...
    (microsoft.public.access.tablesdbdesign)
  • Re: counting the number of responses
    ... You could try normalize your table structure with a union query. ... Then create your totals query ... SELECT Question, Response, Countas NumOf ...
    (microsoft.public.access.queries)
  • Access export to excel bug
    ... My apologies for crossposting this, but I did not get any response in ... UNION query does not export to excel successfully and prompts the user ...
    (comp.databases.ms-access)