how can I call a check box which is on a frame on access visual basic form?
this code doesnot work:
if check1.value=tr ue then........
that code only works when the check box doesnot on a frame
but when it is on a frame this massage appears:
you entered an expression that has no value
this code doesnot work:
if check1.value=tr ue then........
that code only works when the check box doesnot on a frame
but when it is on a frame this massage appears:
you entered an expression that has no value
Comment