What I want to do from form view is to save a a record in my main table (Incident) which takes fields from three other tables. These are the key fields and are foreign keys in the Incident table.
These other tables are also sub forms on my form and one of the key fields (Officer's Collar Number) is displayed in its textbox. The other two are hidden.
So I want to know is how can I saves these fields when I try to make a new Incident Record. I want the current record to be the fields that are used.
So I click my New Button which makes a new incidentand fill in the fields. Then I make sure the correct victim, offender and officer are in the other forms and the primary key fields are then saved within the Incident record.
So basicly I want a button so when clicked builds a record up, but I want to tell the program where the data for each form comes from.
These other tables are also sub forms on my form and one of the key fields (Officer's Collar Number) is displayed in its textbox. The other two are hidden.
So I want to know is how can I saves these fields when I try to make a new Incident Record. I want the current record to be the fields that are used.
So I click my New Button which makes a new incidentand fill in the fields. Then I make sure the correct victim, offender and officer are in the other forms and the primary key fields are then saved within the Incident record.
So basicly I want a button so when clicked builds a record up, but I want to tell the program where the data for each form comes from.