M
moosecck
I have a form called Edit Application which is used to pull a record
from the tblCreditApplicationInput table and display the record for
Editing. One field is called Date Rcvd, which was created when the
application is created. Another field is called status which uses a
combo box to pull 4 values-Draft, IN Process, Approved, Declined. My
client wants me to have the Date Rcvd value change to the current date
if the Status value is Draft and is changed to any of the other 3
values. How do I get the system to look at the Status value in the
Status textbox before it processes the date change? Ex: If Status =
Draft and it is changed to any other value, change Date Rcvd to
current date, If Status is any of the other 3 values and changes to
any of the other values leave the date as is. This one is baffling
me. Any ideas would be greatly appreciated.
Thanks
Tom
from the tblCreditApplicationInput table and display the record for
Editing. One field is called Date Rcvd, which was created when the
application is created. Another field is called status which uses a
combo box to pull 4 values-Draft, IN Process, Approved, Declined. My
client wants me to have the Date Rcvd value change to the current date
if the Status value is Draft and is changed to any of the other 3
values. How do I get the system to look at the Status value in the
Status textbox before it processes the date change? Ex: If Status =
Draft and it is changed to any other value, change Date Rcvd to
current date, If Status is any of the other 3 values and changes to
any of the other values leave the date as is. This one is baffling
me. Any ideas would be greatly appreciated.
Thanks
Tom