My table has the primary key set to autonumber incremental index (no duplicates)
do I need my form where all the data entry happens to have record locks in the properties?
right now set to no locks
the other options are all records or edited records.
would having it set to no locks lead to a possible problem with the shared database and a couple users getting the same primary key and only the last one to click save is foudn in the table?
any help would be greatly appreciated.
my database is split to FE and BE
I moved everyone's FE onto their personal desktops.
do I need my form where all the data entry happens to have record locks in the properties?
right now set to no locks
the other options are all records or edited records.
would having it set to no locks lead to a possible problem with the shared database and a couple users getting the same primary key and only the last one to click save is foudn in the table?
any help would be greatly appreciated.
my database is split to FE and BE
I moved everyone's FE onto their personal desktops.