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

Editing records in 2 tables, but one form

Status
Not open for further replies.

Kindi

Programmer
Jan 31, 2001
54
GB
When you wish to edit information on a form about a certain record i am currently using a combo box which holds the names of the records, when one is selected the record appears in the form to be updated. How can the form bring information from the two tables to be edited with the same primary key, would that form need to be created based on a query?

Thanks
Kindi
 
Hi Kindi,
Yes that is one of many ways. Design a query (you can even use a wizard to do this for you) and choose from more than 1 table, joined by the key field(s). While the query is in query view, see if in fact you are able to add or edit the field(s) that you want. If this is sucessful, have the "form wizard" whip you up a new form that is based on your new query. Give it a try, as it only takes a few seconds with a wizard. If you don't like something, delete it and try again! Gord
ghubbell@total.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top