What's the best recommendation to prevent double entries of a record? In my current system I constantly run accross situations where the user double clicks or something and I end up with two of the same record entered into the database with different ID's.
Something like a time limit of 60 seconds? or is there another easier way to accomplish this?