G
Guest
Hi; I'm new to Access and this is my first major project, so please bear with
me.
I am creating a database for the school where I work which lets the office
staff enter changes in dismissal for students (e.g., they normally take the
bus but are going home by carpool on a particular day). I have set the date
and the students' names as primary keys, so a child can appear multiple times
as long as the date is different, and that part's working fine. When a user
finishes entering the data, they click on a button that automatically opens a
blank record so that accidentally overwriting the last one is avoided (these
are users with fairly basic skills so I need to make this as user-friendly as
possible).
However, if a parent calls and changes the instructions and the user
attempts to make the change by adding a new record, the duplicate error
message is displayed. I would like to have Access display a message when they
bring up the child's name in a new record, saying "There is already an entry
for Janie Doe for today; would you like to change it?" At that point they
could click on Yes and go to the existing record to change it, OR click
Cancel in case they have selected the wrong child.
me.
I am creating a database for the school where I work which lets the office
staff enter changes in dismissal for students (e.g., they normally take the
bus but are going home by carpool on a particular day). I have set the date
and the students' names as primary keys, so a child can appear multiple times
as long as the date is different, and that part's working fine. When a user
finishes entering the data, they click on a button that automatically opens a
blank record so that accidentally overwriting the last one is avoided (these
are users with fairly basic skills so I need to make this as user-friendly as
possible).
However, if a parent calls and changes the instructions and the user
attempts to make the change by adding a new record, the duplicate error
message is displayed. I would like to have Access display a message when they
bring up the child's name in a new record, saying "There is already an entry
for Janie Doe for today; would you like to change it?" At that point they
could click on Yes and go to the existing record to change it, OR click
Cancel in case they have selected the wrong child.