Well, here's some more info that might help:
I have given users the ability to add an entry to a calendar based system. I'm working on the modify/delete portion of the script and am running into duplicate record issues.
The problem is, there's not always a chance the user will have entered in multiple entries for the same date, but if they do, I don't want the user to delete one record, and based on date, ALL records for that date get deleted.
Make sense?
The script has to be intuitive enough to see if multiple records for the same date exist, and if they do, give the option for the user to be more specific.
I'll try out some of the methods you guys suggested and see what I can cook up... If you guys have anymore suggestions, I'm all eyes.
Thanks!