I have a contact table and a company table in the database. Each table has a primary index of type integer. The contact table has a foreign key to the company table. I've created a view that inner joins both tables. I've created a data maintenance form that contains both company and contact data from the view. When the user types a new company name I want to add a new row to the company source table. I can't figure out how to set the view properties or how to update the view so the source table gets updated correctly.
Any suggestions are appreciated.
Any suggestions are appreciated.