D
Denis
Scenario:
On MyForm, I have a combo box called cboApprovedBy. The
source is a table (tblApprovalAuth) with the fields:
ApprovedByID (autonumber) and ApprovedByName (text field -
for this posting only, I am combining what would normally
be the "Salutation" and "Last Name" fields). The idea is
to allow a user to select a name from the combo box
identifying an approval authority.
Let's assume ApprovedByID "99" is ApprovedByName "Ms.
Jones", and Ms. Jones has been an approval authority on
300 of 1000 records in the past 3 years. Now Ms. Jones has
gotten married and is now "Mrs Cole".
If I go into tblApprovalAuth and change "Ms. Jones"
to "Mrs Cole", all 300 database records previously
approved now become "Mrs Cole", resulting in
discrepancies between the ApprovedByName (in the database)
and the 'hard copy' approval signatures.
The only way I can think of getting around this is to
create a new ApprovedByName (Mrs Cole) in tblApprovalAuth.
Is there a better way around this?
Thank you for your time.
Denis
On MyForm, I have a combo box called cboApprovedBy. The
source is a table (tblApprovalAuth) with the fields:
ApprovedByID (autonumber) and ApprovedByName (text field -
for this posting only, I am combining what would normally
be the "Salutation" and "Last Name" fields). The idea is
to allow a user to select a name from the combo box
identifying an approval authority.
Let's assume ApprovedByID "99" is ApprovedByName "Ms.
Jones", and Ms. Jones has been an approval authority on
300 of 1000 records in the past 3 years. Now Ms. Jones has
gotten married and is now "Mrs Cole".
If I go into tblApprovalAuth and change "Ms. Jones"
to "Mrs Cole", all 300 database records previously
approved now become "Mrs Cole", resulting in
discrepancies between the ApprovedByName (in the database)
and the 'hard copy' approval signatures.
The only way I can think of getting around this is to
create a new ApprovedByName (Mrs Cole) in tblApprovalAuth.
Is there a better way around this?
Thank you for your time.
Denis