mahaMutant
Programmer
Running an access 2000 .mdb
I have a customers form, which is used to enter new customers by multiple users at the same time. How do I prevent 2 users from entering a new customer at the same time.
The customersId is generated by code, which looks at the last number and generates the next available one.
Users tend to open the form, start completing the fields, get a phone call, then complete the fields. In the meantime, another users has started on a new customer...
How do I deal with this. I assume we are talking record locking. I've never dealt with this before...any tips to start with.
Thanks ] always a sucker to the greatest lie of all: will only take a minute [
I have a customers form, which is used to enter new customers by multiple users at the same time. How do I prevent 2 users from entering a new customer at the same time.
The customersId is generated by code, which looks at the last number and generates the next available one.
Users tend to open the form, start completing the fields, get a phone call, then complete the fields. In the meantime, another users has started on a new customer...
How do I deal with this. I assume we are talking record locking. I've never dealt with this before...any tips to start with.
Thanks ] always a sucker to the greatest lie of all: will only take a minute [