I have a continuous form that has about 300 lines. In those lines there are 10 text boxes whose control sources are Yes/No fields in a table. If the control source for a text box is "No" or "False", I want the text box show blank or just spaces. If the control sources is "Yes" or "True", I want the text box to show an "X". How can I do this?
Samples of Form and table schema: