Hi folks!
I'm trying to get Access to enter data from one form field to fields in multiple tables; I have a form in which all the ID information about animals is entered (NewAnimalsEntry) and the information then goes to a number of different tables (MainID, MainSex, MainTransponder, MainPlace, MainColony etc). Each of these tables are related using the field 'AnimalID' on each table. Referential integrity is enforced on them all. At the moment, if I enter all the relevant info into my form, all the relevant fields on all the tables are filled fine, except AnimalID, which is only inputted into the MainID table (this makes sense because the data source for this control is AnimalID in the MainID table). How can I get the AnimalID control in my form to fill out the AnimalID field on all the tables without having to put the AnimalID into the form repeatedly?
Thanks all!
Miquel