C
cytogirl
Part of my database tracks follow up letters sent to physicians. On my form
I have 3 textboxes that accept a date for the 1st, 2nd, and 3rd letter and a
textbox that is filled with a number id for the pending status of the letter
( these numbers come from a lookup table, 1 = pending, 2 = 1st letter sent, 3
= 2nd letter sent, etc.). When the user enters a date for each letter, the
pending status is set to change automatically in each letter's after update
event. The problem comes when a user goes to make a correction to dates
previously entered. For example, if the 1st and 2nd letter dates have been
recorded and the pending status has been set to "2nd letter sent"
accordingly and the user then goes to make a correction to the 1st letter
date, the pending status reverts back to say "1st letter sent" which isn't
the case. Is there a way I can lock the value of that pending status to
prevent it going backwards when the user makes changes to older dates entered?
Thanks, Julie
I have 3 textboxes that accept a date for the 1st, 2nd, and 3rd letter and a
textbox that is filled with a number id for the pending status of the letter
( these numbers come from a lookup table, 1 = pending, 2 = 1st letter sent, 3
= 2nd letter sent, etc.). When the user enters a date for each letter, the
pending status is set to change automatically in each letter's after update
event. The problem comes when a user goes to make a correction to dates
previously entered. For example, if the 1st and 2nd letter dates have been
recorded and the pending status has been set to "2nd letter sent"
accordingly and the user then goes to make a correction to the 1st letter
date, the pending status reverts back to say "1st letter sent" which isn't
the case. Is there a way I can lock the value of that pending status to
prevent it going backwards when the user makes changes to older dates entered?
Thanks, Julie