Maqu1na
Programmer
- Aug 19, 2009
- 11
Hi everybody.
We have an Access '97 database on a server. It is used to print and save orders, so we have one form to register them -sorry for my poor english-, another form used to register payments and another one designed for displaying reports.
My question is: how bad it could be?
All users logs like admins, we use environ to determine users and then open one form or another based on that, users have only the run time version of Access installed, so they can't see the other forms or the database tables.
We have a folder on the server, where everyone opens the database.mdb file in order to work.
I don't see clearly enough a three layer division, like UI, logic and database layers, because it is everything on the same place, with a lot of vba code working around.
Thank you very much for your time.
We have an Access '97 database on a server. It is used to print and save orders, so we have one form to register them -sorry for my poor english-, another form used to register payments and another one designed for displaying reports.
My question is: how bad it could be?
All users logs like admins, we use environ to determine users and then open one form or another based on that, users have only the run time version of Access installed, so they can't see the other forms or the database tables.
We have a folder on the server, where everyone opens the database.mdb file in order to work.
I don't see clearly enough a three layer division, like UI, logic and database layers, because it is everything on the same place, with a lot of vba code working around.
Thank you very much for your time.