hi
I am creating a database for a horse society, with 2 tables, one for members info which is general contat info and a unique member ID that the databease auto assignes. The second table is for horse info with a unique horse society number and many details on the horse with attacted documents, drop downs etc
This i Have sorted so far, and im a noob so bear with me. The relationship is set up to allow members to register multiple horses and i now need to creat the forms for the inputted to use to register both members and horses.
Here comes my question, because every member submitting a horse will already have been recorded in member form, sometimes months earlier and assigned a unique member ID, Can i create a field in the hore registration form that automatically fills out Member name and address once the member Id is inputted, and do i need to put a membership ID field in my horse reg table? or does it have to be a link only on the form to the member info table?