Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with query.

Status
Not open for further replies.

serino

Programmer
Feb 13, 2003
112
US
Please help, not sure how to approach this..


I have two queries called BF140 and BF141 with the following fieds:

BF140_Query
[recnum].[costcde]
BF141_Query
[recnum].[costcde].

I would like to have a new query that would combine both queries into one query. The query would display all records from the combined query and only show one recnum field and one cstcde field.



 
Hello Leslie and thanks for replying.


I am not familiar with SQL. How do I insert this into a new query?
 
Open a new, blank query in SQL view and enter the statement suggested by Leslie. You may need to add a semi-colon at the end of the statement.

Duane MS Access MVP
[green]Ask a great question, get a great answer.[/green] [red]Ask a vague question, get a vague answer.[/red]
[green]Find out how to get great answers faq219-2884.[/green]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top