techkenny1
Technical User
Hi,
On a form I have 4 check boxes, Wk1, Wk2, Wk3, Wk4.These chk boxes are used to select certain data to append to a tble(either true / false)
On the after update I want to either disable an append query or enable it.
I have 4 apppend querys, QWk1, QWk2, QW3, QW4.
What I would like to do is to be able when Wk1 is (True) to be able to enable QWk1 and when Wk1 = false then the append query QWk1 is disabled.
I'm not sure how to do this.
many thanks
Kp
On a form I have 4 check boxes, Wk1, Wk2, Wk3, Wk4.These chk boxes are used to select certain data to append to a tble(either true / false)
On the after update I want to either disable an append query or enable it.
I have 4 apppend querys, QWk1, QWk2, QW3, QW4.
What I would like to do is to be able when Wk1 is (True) to be able to enable QWk1 and when Wk1 = false then the append query QWk1 is disabled.
I'm not sure how to do this.
many thanks
Kp