belovedcej
Programmer
I am trying to puzzle this out and would like advice.
Our standard is to use unbound forms and have stored procedures write to the database. Our programmers all use VB.Net and bring over the data in a "short-term memory bank" that all users share.
I wouldn't know how - or even if it's possible - to do that in an Access environment. I am using ade files for the front end, which means there is one file installed on each user's computer.
If the forms are unbound, what will happen if two people happen to work on the same case at the same time? Wouldn't the second person to save overwrite the first person's data?
How do others get around this problem?
Our standard is to use unbound forms and have stored procedures write to the database. Our programmers all use VB.Net and bring over the data in a "short-term memory bank" that all users share.
I wouldn't know how - or even if it's possible - to do that in an Access environment. I am using ade files for the front end, which means there is one file installed on each user's computer.
If the forms are unbound, what will happen if two people happen to work on the same case at the same time? Wouldn't the second person to save overwrite the first person's data?
How do others get around this problem?