I'm creating a pet registration form for the ...

I’m creating a pet registration form for the shelters and since I don’t know how many pets will show up I want to have an “Add Additional Pet” option.

Is there a way to allow only the add of Pet name, descript, location, on the same row or do I need to add a row for each pet?

The current fields are:

RegID - reference to another table with pet owner info Pet Name Pet Description Pet Location CheckedIn CheckedIn By CheckOut CheckedOut By

1 2 322
2 REPLIES 2

Main registration table, then another table for pets. I would make the REf back to registration an IsAPartOf, and then each Pet is a new record.

ok, i did make it a part of to start so that’s good. thank you

Top Labels in this Space