G
GWoodhouse
Access Newbie requiring help.
I have a form with 5 character fields
form_datafield 1
form_datafield 2
form_datafield 3
form_datafield 4
form_datafield 5
I have 2 tables (tableA and tableB) both of which contain the fields
datafield 1, datafield 2, datafield 3, datafield 4, datafield 5.
How can I assign the data from the form to both these tables and can this
code be placed under a Save Button that would be placed on the aforementioned
form?
I have sucessfuly managed to save a record for TableA using the default Save
button but I realy want to create a TableB record assign the details in and
save that record in the same block of code.
P.S the above is obviously a simplified example of what I realy want and in
my actual database the fields in tableA and tableB are not named exactly the
same.
I have a form with 5 character fields
form_datafield 1
form_datafield 2
form_datafield 3
form_datafield 4
form_datafield 5
I have 2 tables (tableA and tableB) both of which contain the fields
datafield 1, datafield 2, datafield 3, datafield 4, datafield 5.
How can I assign the data from the form to both these tables and can this
code be placed under a Save Button that would be placed on the aforementioned
form?
I have sucessfuly managed to save a record for TableA using the default Save
button but I realy want to create a TableB record assign the details in and
save that record in the same block of code.
P.S the above is obviously a simplified example of what I realy want and in
my actual database the fields in tableA and tableB are not named exactly the
same.