timnicholls
Technical User
I have a bound field on a form, it holds the names of an individual involved in a workplace incident.
Now I wish to have those names added to another table called 'OtherNames'. That is, when you add the name to the incident form, the original incident table updates, because the name control is bound to the field on the incident table, also the name appears in the second table.
So one name added, it appears in two tables. Possible?
I think any SQL (if any is needed) goes in the after update of the name field.
Thanks
Now I wish to have those names added to another table called 'OtherNames'. That is, when you add the name to the incident form, the original incident table updates, because the name control is bound to the field on the incident table, also the name appears in the second table.
So one name added, it appears in two tables. Possible?
I think any SQL (if any is needed) goes in the after update of the name field.
Thanks