These 97 and 2000 version DB's will show you how to do different things with your forms. Controls can be made visible or invisible, enabled or disabled, locked or unlocked, and made to contain different text depending on the value of another control. There are also buttons to disable and enable form edits.
Any questions post in the forms section and refer to this post. Someone will help!
cruzpatas
12-19-2005, 12:24 PM
I have done this, but it stays the same even after I change the record. I was wanting it to match up with each record. Is that possible?
cruzpatas
12-20-2005, 12:52 PM
Yeah I used the code and it worked great. The problem I am having is when I change to the next record the check boxes stay the same.
e.g.
Chris -1 -1 -1 -1 -1 All -1 (Checkboxes)
I click next record and it should read
Judy -1 -1 0 0 0 All 0
instead it reads
judy -1 -1 -1 -1 -1 All -1
Then when I change it on "judy" it changes on "Chris"
which is the same as the previous. I guess I want it to change with every record and not just on the form. if that makes any sense.