S
sByrne
Guest
Hello,
I have two tables each with autonumber primary keys. The main table is 'Incidents' and the second is 'Notifications' with a one (incident) to many (notification) relationship. Is there anyway that I can have a field on the Notification table that will number the notifications for a particular incident?
For example incident #100 has 3 notifications. Using autonumber the notifications will be numbered 1-3, but for the next incident, they will be numbered 4, 5, etc. Can I reset it so the the number for notifications on the second incident starts at 1 again?
If I haven't explained this clearly enough, let me know and I'll try again!
Thank you!!
I have two tables each with autonumber primary keys. The main table is 'Incidents' and the second is 'Notifications' with a one (incident) to many (notification) relationship. Is there anyway that I can have a field on the Notification table that will number the notifications for a particular incident?
For example incident #100 has 3 notifications. Using autonumber the notifications will be numbered 1-3, but for the next incident, they will be numbered 4, 5, etc. Can I reset it so the the number for notifications on the second incident starts at 1 again?
If I haven't explained this clearly enough, let me know and I'll try again!
Thank you!!