Hello. I am having a bit of a problem. Some of my forms contain textboxes which perform calculations. For example, one textbox performs a calculations such as
= [Text10] + [Text20]
This textbox takes the values stored in Text10 and Text20 and sums them. However, I want to hide or remove the #Error message that is displayed in the calculation textbox until values are entered for both Text10 and Text20. Hoepfully this makes sense, I apologize for my newb-ness.
Jim
= [Text10] + [Text20]
This textbox takes the values stored in Text10 and Text20 and sums them. However, I want to hide or remove the #Error message that is displayed in the calculation textbox until values are entered for both Text10 and Text20. Hoepfully this makes sense, I apologize for my newb-ness.
Jim