G
grace
Hello, I have a form that contains a subform. The subform
is used to store the historical or dynamic data for a user
from the tblempchange table. The main form is based off
the tblPersonalInfo table. For example, a personal id
(PIN) never changes so that is stored in the static table
(tblPersonalInfo) yet a person's job code may change so
that is stored in the dynamic table (tblempchange). The
tables are linked by the PIN.
With that said, is there a way to set the fields on the
subform so that if a new record is created in tblempchange
the fields default to the previous values. This way, we
would not have to reenter all the fields that are
contained in the dynamic table. We would just write over
the ones that change.
Hope this makes sense and thanks for your help.
is used to store the historical or dynamic data for a user
from the tblempchange table. The main form is based off
the tblPersonalInfo table. For example, a personal id
(PIN) never changes so that is stored in the static table
(tblPersonalInfo) yet a person's job code may change so
that is stored in the dynamic table (tblempchange). The
tables are linked by the PIN.
With that said, is there a way to set the fields on the
subform so that if a new record is created in tblempchange
the fields default to the previous values. This way, we
would not have to reenter all the fields that are
contained in the dynamic table. We would just write over
the ones that change.
Hope this makes sense and thanks for your help.