Hello fellows,
I have a form that allows users to add items to a table -of employee roles - (later used as drop down list).
I turned off AllowDeletions and AllowEdits, so they were only able to add new records to the list. But let's say, they enter a new item in the list "Forklift Driverrr" and realize later on that they made a spelling mistake, they cannot change the record as the option is turned off.
I tried playing around with AllowDeletions/AllowEdits without luck. So I thought maybe what I need is a code that, when command is pressed, would ask for a password to be able to change the record and only one person would be able to do it knowing the consequences...? But it seems a bit of complicated for something so simple...
Do you guys have any idea how to deal with this issue?
I am only a starter in Access and VBA, but have a fair understanding of forms/reports/relationships/joint tables.
Thanks for your help,
Aucho
I have a form that allows users to add items to a table -of employee roles - (later used as drop down list).
I turned off AllowDeletions and AllowEdits, so they were only able to add new records to the list. But let's say, they enter a new item in the list "Forklift Driverrr" and realize later on that they made a spelling mistake, they cannot change the record as the option is turned off.
I tried playing around with AllowDeletions/AllowEdits without luck. So I thought maybe what I need is a code that, when command is pressed, would ask for a password to be able to change the record and only one person would be able to do it knowing the consequences...? But it seems a bit of complicated for something so simple...
Do you guys have any idea how to deal with this issue?
I am only a starter in Access and VBA, but have a fair understanding of forms/reports/relationships/joint tables.
Thanks for your help,
Aucho