M
Morris
I've got this database split between back-end and front-end.
Back-end holds the table [Jobs] with all the jobs. Front-end holds an
empty table [EditedJob] with identical structure.
When the user clicks EditJob details of this job are copied to
[EditedJob] and I'd like this record to be locked, so that another
person wouldn't be able to enter edit mode of the same job.
Any ideas? I was thinking of adding another field to the table like a
Yes/No type field called 'Locked'. Which would be updated to TRUE once
the first user starts editing a job, but I was thinking is there some
built-in mechanism to achieve the same thing?
Thanks,
Morris
Back-end holds the table [Jobs] with all the jobs. Front-end holds an
empty table [EditedJob] with identical structure.
When the user clicks EditJob details of this job are copied to
[EditedJob] and I'd like this record to be locked, so that another
person wouldn't be able to enter edit mode of the same job.
Any ideas? I was thinking of adding another field to the table like a
Yes/No type field called 'Locked'. Which would be updated to TRUE once
the first user starts editing a job, but I was thinking is there some
built-in mechanism to achieve the same thing?
Thanks,
Morris