T
Thomas Baughman
Here is the problem. I have a table in which each record has an ID and one
of the field is crimes. So record number 1 committed say, 5 different
crimes, and record 2, committed 3, and record four didn't commit any. The
crimes field would list say 20 possible crimes and a record could have
anywhere from 0 to all of them checked.
How do I set it up so that I only enter the ID once in two table. One with
the ID number and other information and the second with the ID number and
each of the crimes associated with that number. What would be the simplest
way for a user to enter this?
ID Name State
1 John NY
2 Mary FL
ID Crime
1 murder
1 robbery
1 battery
2 car theft
of the field is crimes. So record number 1 committed say, 5 different
crimes, and record 2, committed 3, and record four didn't commit any. The
crimes field would list say 20 possible crimes and a record could have
anywhere from 0 to all of them checked.
How do I set it up so that I only enter the ID once in two table. One with
the ID number and other information and the second with the ID number and
each of the crimes associated with that number. What would be the simplest
way for a user to enter this?
ID Name State
1 John NY
2 Mary FL
ID Crime
1 murder
1 robbery
1 battery
2 car theft