I have a tab form which I use to track computer hardware and software along with a few other items. On the software tab I have a yes/no box for a specific program called Bridge (Field is called Bridge). Each person that has Bridge is assigned a specific Bridge id(s) (LT001). What I'm trying to do is for it to look and if there in NO check mark in the Bridge field then I don't want the Bridge_Session_1 field to be visiable. If the Bridge field is checked then I want Bridge_Session_1 visiable.
I have the code setup using if/then/elseif statement and it works. I have the event procedure setup on the After Update property of the Bridge yes/no box. My problem is that if I uncheck this box then the other field disappears (like it should) but when I scroll to the next record the field is hidden there as well even if there is a check in the Bridge box.
I hope I haven't confused everyone too much. If I have let me know and I'll try to explain it better.
Thanks in Advance
Rick
I have the code setup using if/then/elseif statement and it works. I have the event procedure setup on the After Update property of the Bridge yes/no box. My problem is that if I uncheck this box then the other field disappears (like it should) but when I scroll to the next record the field is hidden there as well even if there is a check in the Bridge box.
I hope I haven't confused everyone too much. If I have let me know and I'll try to explain it better.
Thanks in Advance
Rick