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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Joining table with query based on itself.

Status
Not open for further replies.

Moss100

Technical User
Aug 10, 2004
586
GB
Hello, I am hoping to have a query based on a table which I can use in other queries. The query would contain a number of calculation fields (such as concatenated names etc) . I am hoping that this will make development and future maintenance easier.

So….

I have a table tbl_Clients

I have a query based on this called [mqry_Tbl_Clients]

This query contains all the fields from tbl_Cleints and additionally some calculated fields to concatenate names etc.

I would like to be able to create a further query:

This would use ALL fields from tbl_Clients and just the concatenated fields from [mqry_Tbl_Clients]

When I create the new query, it automatically joins the two ID fields correctly, but then the resulting recordset is not updateable.

Is there another approach or solution to this?

Thank you Mark





 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top