Jimmy,
I agree with Bruce, and my solution took it for granted that your
CheckBox was "bound" to a field in the table, and that the TextBox was
only
to "dislplay" the word "Yes" or "No" as a visual aid to the user.
From what I can tell right now, your CheckBox and the Textbox are BOTH
unbound, so that whatever you check will show in all records, and
whatever
you enter in the TextBox will show on all records. In other words you
have
an unbound checkbox updating the value of an unbound textbox.
I think you need to take a moment to describe... in detail... what you
are
trying to accomplish, what controls you have now, and what code you have
at
this time.
hth
Al Camp
In my checkbox's properties, the Control field is empty, not bound to
anything.
The "=True..Yes No" solution already posted here is not resolving my
problem. All my records still show as being "checked" whenever you
check
one
of them. They do show "Yes" or "No" according to if you have them
checked
or
not...but it affects all records still!
Any further ideas guys?!
Thanks
:
Following on from my earlier post...I have encountered a small
problem!
When
you click the checkbox it enters "yes" in the textbox as
requested...but...it
enters "yes" for all records at once!! I want it to only enter "yes"
for each
unique record if it is checked and not enter "yes" for them all.
What
extra
piece of code do I need?
This will not work the way you want it to unless the checkbox is bound
to
a
field in the form's recordsource. Is that checkbox bound to such a
field
(the
checkbox's "Control Source" property will contain the name of a field
from the
form's recordsource)?
--
Bruce M. Thompson, Microsoft Access MVP
(e-mail address removed) (See the Access FAQ at
http://www.mvps.org/access)
NO Email Please. Keep all communications
within the newsgroups so that all might benefit.<<