Multi user and auto increment



Is it true that if I split my access database in backend and frontend and I
implement custom auto increment for the ID fields, that my database is ready
to be used in a multi-user environment? I found a zillion messages about
auto increment and read some of them but it's confusing. Can someone point
me to a simple custom auto increment example that I can download?
Thank you,
john


.



Relevant Pages

  • How can I run select @@identity in an ASP class with MS Access
    ... I have a project that uses a MS Access database in a Classic ASP environment ... record and pull the auto increment value at the same time. ...
    (microsoft.public.data.oledb)
  • Re: Multi user and auto increment
    ... zillion messages about auto increment and read some of them but it's ... Can someone point me to a simple custom auto increment ... Store the "NextID" auto-increment value in a table. ... Use DMax+ 1 in the BeforeUpdate event of the form doing insertions. ...
    (comp.databases.ms-access)
  • Re: Multi user and auto increment
    ... database is ready to be used in a multi-user environment? ... zillion messages about auto increment and read some of them but it's ... Can someone point me to a simple custom auto increment ... Use DMax+ 1 in the BeforeUpdate event of the form doing insertions. ...
    (comp.databases.ms-access)