Hello, I have been looking at this project for way too long.
Could someone help me with a bit of code.
What I need is an IF Statement for a Check Box.
The form has a text box (1). I want to write a line of code so that if the "Yes" value of the check box is selected the hidden txt box (2) will appear and the contents will be populated with the contents of txt box (1)
I have the txt Box (2) set as visible false on form load.
THere are two check boxes. Yes / No. If No is selected I want txt Box (2) to disappear and be cleared. If the Yes is selected then I want the txt box to reappear and take on the value of txt box (1)
THanks
Peter Vav
Could someone help me with a bit of code.
What I need is an IF Statement for a Check Box.
The form has a text box (1). I want to write a line of code so that if the "Yes" value of the check box is selected the hidden txt box (2) will appear and the contents will be populated with the contents of txt box (1)
I have the txt Box (2) set as visible false on form load.
THere are two check boxes. Yes / No. If No is selected I want txt Box (2) to disappear and be cleared. If the Yes is selected then I want the txt box to reappear and take on the value of txt box (1)
THanks
Peter Vav