B
Brian Carlson
I am currently setting up a small application where some of the users will
not always have access to the database on the office shared drive. Though
not related to this point, I am going to split the database. On the users
that do not have constant access to the back-end, I was planning on inserting
some tables in their front end which would hold data temporarily until they
connected to the shared drive. I was simply going to have an Autoexec pop-up
form which asked them if they were at the office. If they answer yes, then
their computer would run a saved export to the backend table. If they answer
no, then they would simply continue to save in their table. They will have
four tables on their front end: [1] which will be a lookup table
(tlook_Employees), [2] will be a main table (t_Daily) connected to [3]
(t_EmployeeDaily) through a subform and [4] another table (t_IndivActivity)
connected to (t_EmployeeDaily) through a subform. I am thinking that it is
safe to have the three data tables update the backend while the backend will
be used to update the lookup table. The main data entry table (t_Daily) will
have a field which designates username with this field being used as one of
the primary keys. This key will be hidden, locked and not enabled with the
default value being set for each user. Am I asking for problems? Does
anyone see anything flawed with this idea which may cause data corruption or
worse? If so, any alternative suggestions? Thank you in advance.
Brian
not always have access to the database on the office shared drive. Though
not related to this point, I am going to split the database. On the users
that do not have constant access to the back-end, I was planning on inserting
some tables in their front end which would hold data temporarily until they
connected to the shared drive. I was simply going to have an Autoexec pop-up
form which asked them if they were at the office. If they answer yes, then
their computer would run a saved export to the backend table. If they answer
no, then they would simply continue to save in their table. They will have
four tables on their front end: [1] which will be a lookup table
(tlook_Employees), [2] will be a main table (t_Daily) connected to [3]
(t_EmployeeDaily) through a subform and [4] another table (t_IndivActivity)
connected to (t_EmployeeDaily) through a subform. I am thinking that it is
safe to have the three data tables update the backend while the backend will
be used to update the lookup table. The main data entry table (t_Daily) will
have a field which designates username with this field being used as one of
the primary keys. This key will be hidden, locked and not enabled with the
default value being set for each user. Am I asking for problems? Does
anyone see anything flawed with this idea which may cause data corruption or
worse? If so, any alternative suggestions? Thank you in advance.
Brian