D
D Toole
Hi,
I have set up a database to track the progress of our
machines. This is a 12 step process. Currently, the
information is being gathered on a data sheet by one
individual and entered into the database. 95% of the
information is stored in one table with the exception of
look up fields. Reports are then generated from queries
of this information. So far this is not a problem. I am
wanting to go to a multi user enviroment where the
machine's status will be entered as it moves from one
station to the next. This can be obtained through user
level security to some degree but not entirely. I want
each user to be able to enter information in empty fields
but not be able to alter existing information in other
fields of the same record. I have one field which must be
able to be updated by every user. I have isolated this
field and the primary key to its own table (hoping to
grant full access to this table alone). The field which
must be updated by every user (Machine Status) is a field
obtained from a look up table. I tried writing a macro
which would automatically set the value of (Machine Status)
to the correct value when data was entered in the
appropriate field. (Ex. When the Burn In date is entered I
want the Machine Status to change to Burn In. Later when
a Break in date is added, I want the Machine Status to
change to Break In.) Access will not run this macro. It
will not let me use the set value command in this manner.
My guess is because the field I want it to alter is
obtained from a look up field.
My reports use the (Machine Status) column to group and
total like values.
I have tried user level security but New Data Users
pertain to new records not empty fields within records.
This problem is preventing me making strides with this
database.
I would much appreciate any help someone might have to
offer.
I have set up a database to track the progress of our
machines. This is a 12 step process. Currently, the
information is being gathered on a data sheet by one
individual and entered into the database. 95% of the
information is stored in one table with the exception of
look up fields. Reports are then generated from queries
of this information. So far this is not a problem. I am
wanting to go to a multi user enviroment where the
machine's status will be entered as it moves from one
station to the next. This can be obtained through user
level security to some degree but not entirely. I want
each user to be able to enter information in empty fields
but not be able to alter existing information in other
fields of the same record. I have one field which must be
able to be updated by every user. I have isolated this
field and the primary key to its own table (hoping to
grant full access to this table alone). The field which
must be updated by every user (Machine Status) is a field
obtained from a look up table. I tried writing a macro
which would automatically set the value of (Machine Status)
to the correct value when data was entered in the
appropriate field. (Ex. When the Burn In date is entered I
want the Machine Status to change to Burn In. Later when
a Break in date is added, I want the Machine Status to
change to Break In.) Access will not run this macro. It
will not let me use the set value command in this manner.
My guess is because the field I want it to alter is
obtained from a look up field.
My reports use the (Machine Status) column to group and
total like values.
I have tried user level security but New Data Users
pertain to new records not empty fields within records.
This problem is preventing me making strides with this
database.
I would much appreciate any help someone might have to
offer.