N
nilrickbl via AccessMonster.com
HELP!!
I am creating a form which will have several toggle buttons.
Once these toggle buttons are clicked, a value will show in the bound text
box.
Now my questions:
1) I have edit the toggle buttons to show the value I want when clicked, but
when clicked again, i would hope it clear the bound textbox. But it does not,
the text box still contains the previous value.
This is what Im using for the toggle button value:
If Toggle17 = True Then
ACC = "18B"
Else
ACC = Null
End If
How can I get the text box to remove the value when the toggle is clicked
again.
2) I have several toggle bound to the same text box, how can I have all the
values displayed at the same time?
Thanks for any help.
Nil
I am creating a form which will have several toggle buttons.
Once these toggle buttons are clicked, a value will show in the bound text
box.
Now my questions:
1) I have edit the toggle buttons to show the value I want when clicked, but
when clicked again, i would hope it clear the bound textbox. But it does not,
the text box still contains the previous value.
This is what Im using for the toggle button value:
If Toggle17 = True Then
ACC = "18B"
Else
ACC = Null
End If
How can I get the text box to remove the value when the toggle is clicked
again.
2) I have several toggle bound to the same text box, how can I have all the
values displayed at the same time?
Thanks for any help.
Nil