D
DubboPete
Hi all,
I have three checkboxes on a subform, S5, S10 and S15, indicating
whether a vehicle has had a service at 5k, 10k and 15k intervals. I
want to loop through these to test if a service has been completed
already, depending on the kilometers entered on the main form
[endodo].
So if a vehicle has a speedo reading of 16400 kms, and subform's S5 is
ticked, S10 is ticked, yet S15 isn't, then I get a msgbox to alert me
that a service is due.
Can someone help with the clues to the code I should use please?
tia
DubboPete
I have three checkboxes on a subform, S5, S10 and S15, indicating
whether a vehicle has had a service at 5k, 10k and 15k intervals. I
want to loop through these to test if a service has been completed
already, depending on the kilometers entered on the main form
[endodo].
So if a vehicle has a speedo reading of 16400 kms, and subform's S5 is
ticked, S10 is ticked, yet S15 isn't, then I get a msgbox to alert me
that a service is due.
Can someone help with the clues to the code I should use please?
tia
DubboPete