Toby1kenobe
Instructor
Dear All
I'm new to arrays and am having reasonable success. The problem i'm having is trying to write zero to an array variable, like:
sanctionarray(0) = Forms![points input].Check1
where check1 is a check box (and therefore i need to use zero)
by the way sanctionarray is set as byte, could this cause problems??
Thanks
Toby
I'm new to arrays and am having reasonable success. The problem i'm having is trying to write zero to an array variable, like:
sanctionarray(0) = Forms![points input].Check1
where check1 is a check box (and therefore i need to use zero)
by the way sanctionarray is set as byte, could this cause problems??
Thanks
Toby