I use simple code to make a text box visible when a specific option is chosen from a combo box. the code is
It worked when i initially created the database but just stopped working for what seems like no reason. I have tried deleting the combo boxes off of the form and recreating and still no luck. Can anyone offer any suggestions?
Thank you in advance!
Paul
Code:
If REASON.Value = "Schedule_Issue" Then detailed_reason.Visible = True else detailed_reason.visible = False
It worked when i initially created the database but just stopped working for what seems like no reason. I have tried deleting the combo boxes off of the form and recreating and still no luck. Can anyone offer any suggestions?
Thank you in advance!
Paul