So I'm working on an algorithm to prevent the user from putting in duplicate records for the same employee on a particular date. BUT i DO want to allow the user to edit his previous post. As a result I cant do a cancel on the before update but if i ignore the before update then I cant guarantee unique data entry for that particular employee's date. Any suggestions? (I have the code for doing both... its the algorithm that im having problems with)
Thanks for your help
Thanks for your help