michelleHEC
Programmer
I have a timesheet program that sends daily entries into a table for payroll. when a day, has been sent, the form exits and sends the user back to the entry page. I have validation that goes in to see if the day being entered, has already been sent and if it has, sends a message and exits the subroutine. for some reason, occasionally, we are getting duplicated days sent to payroll. It must be happening before it exits the form somehow. has anyone ever heard of inserts duplicating themselves? I know that sounds like a stupid question...