G
gg
I have 3 records with the following fields: ContractNoand AgreementType.
The first record is
contractNo=1,AgreementType=OrigAgreemt1,LastUpdate=9/1/05 10am
The 2nd record is contractNo=1, AgreementType=Amendmt1,LastUpdate=11/2/05
10am.
The 3rd record is contractNo=1, AgreementType=Amendmt2, LastUpdate=11/2/05
2:00pm.
I have a form from which a user will search and select a specific
contract_no and agreement type and its related fields. In this example, on
the contract status field, the user will update it from "Pending" to "Active"
for record #3. However, the previous record #2 needs to have the status
changed from "Active" to "Closed."
I'm trying to systematically update record#2 (previous record) to "C"
(closed status) once a new record (for the same contract#) is generated. I
can use the LastUpdate field to determine what was the most current record
for that contract#.
If I am on record#3 on the form, how do I select contract#2 and change the
status w/o bringing record #2 up?
Thank you!
The first record is
contractNo=1,AgreementType=OrigAgreemt1,LastUpdate=9/1/05 10am
The 2nd record is contractNo=1, AgreementType=Amendmt1,LastUpdate=11/2/05
10am.
The 3rd record is contractNo=1, AgreementType=Amendmt2, LastUpdate=11/2/05
2:00pm.
I have a form from which a user will search and select a specific
contract_no and agreement type and its related fields. In this example, on
the contract status field, the user will update it from "Pending" to "Active"
for record #3. However, the previous record #2 needs to have the status
changed from "Active" to "Closed."
I'm trying to systematically update record#2 (previous record) to "C"
(closed status) once a new record (for the same contract#) is generated. I
can use the LastUpdate field to determine what was the most current record
for that contract#.
If I am on record#3 on the form, how do I select contract#2 and change the
status w/o bringing record #2 up?
Thank you!