I have an application that allows a user to cancel a job. I used the delete record behavior. It is working90% of the time. The table that the record is being deleted from is only two columns. Job_ID and Employee_ID. It looks like the problem occurs because only the employee_id is being deleted and not the job_id. This causes a problem when someone goes to sign up for a job because the job_id is the primary key and the user gets an error because duplicate entries are not allowed for the job. Like I said it works fine 90% of the time. I am just having to check the database table daily because the job shows up as available but the end user gets the error when they try and sign up for it. Any ideas?
Thanks
Brian
Thanks
Brian