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

Problems with updatable query and underlying tables

Status
Not open for further replies.

Drenda

Programmer
Joined
Sep 1, 2007
Messages
85
Location
GB
Can anyone help with the following

I have a form based on a table that I am opening and through setting the record source can open the form in two ways, these being a new record and a record partly completed

1. The new form based on the underlying table - no problem
2. The form in mid - completion is based on an underlying query that filters the data from the same table.

At the moment I am typing line after line of criteria (Building Names) in the query design grid and the resulting record is updatable but if a user adds a new building name to the database I will have to type the new building name as new criteria in the query design grid

There is another way to do it by using two tables to filter the criteria but then the resulting record is not updatable

Does anyone know of a way around this

Thanks
 
This Help Was great Many Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top