gabry.morelli@libero.it wrote:
Quote:
Hi everybody,
>
my company has an issue and I have to solve it. I have to create a
multiple users application, its basically a form that stores data on
just one database table.
To make it faster i wanted to use MS Access because they need it really
fast.
How do I enable Access 2003 to multiple user?
>
Thanks for any help.
I have created a multi user application in the past.
I guess you can enable the user and group features of the database but
as I vaguely remember now, I didn't go with this solution. Access is
not robust when it comes to this feature.
A simpler approach might be to just maintain your users in a separate
table and and then authenticate thru the application itself. Also you
might consider a lock table (which is what I used) which ensures that
only user is writing to the table at one time. Enterprise level
databases do all these things for you. But then they are very
expensive.
- VV