K
KPE
Can you tell me how to write code for the following;
after update
While I am in frmRepairs and frmCustomerEquipment is also open.
I have a checkBox field to indicate if this is a "preventative maintenance"
(named "PM") type of repair.
and I have a DateCompleted field.
if PM= true and DateCompleted is not null then
update the field in frmCustomerEquipment called LastPMDate with the
date in frmRepairs, DateCompleted
frmCustomerEquipment is open and we have a button to go to
frmRepairs.
Appreciate your help, KPE
after update
While I am in frmRepairs and frmCustomerEquipment is also open.
I have a checkBox field to indicate if this is a "preventative maintenance"
(named "PM") type of repair.
and I have a DateCompleted field.
if PM= true and DateCompleted is not null then
update the field in frmCustomerEquipment called LastPMDate with the
date in frmRepairs, DateCompleted
frmCustomerEquipment is open and we have a button to go to
frmRepairs.
Appreciate your help, KPE