Hi there,
Im building a database with web front end for an ainimal welfare charity and am currently focusing on 3 tables of the dataabase.
The Animal table (animal details, name, age , type etc..),
Experience table(experience that the animal may have i.e. onlead, off lead, cars, alone)
and finally the Animal Experience table (combines the animal table with the experience table)
Until now the Experience table and Animal Experience table didnt exist and the experiences just existed as attributes of the animal table.. In that setup it is easy to see how you could present the experiences in a form using check boxes....
PLEASE SEE Screen Print Attachment & table structure below for clarity!
Since seperating the tables I have wondered how to present the Animal Experience informarton in a form using check boxes.
It doesnt seem to work that way? As each record entry in the Animal Experience table would require an AnimalID and a ExpID...So following this concept...in order to list all the experiences in a checkbox format each tick in a check box would represent an insertion into the Ainimal Experience table!
Also the AnimalID would be the same for each of the Animal Experiences as in that instance they would be added to a specific animal.
So really my question is... with the structure of the tables is it possible to present the Ainimal Experiences in a form using check boxes (of all experiences) and when the user checks the checkboxes a record is inserted(AnimalExpID, AnimalID, ExpID) for each experience they have checked???
Any ideas on how to do that if at all possible??
Thanks for Listening
Animal Table
AnimalID
AnimalTypeID
Name
BreedID
Age
Experience
ExpID
Name
Animal Experience
AnimalExpID
ExpID
AnimalID