FrankenMonkey
Programmer
I am pretty green when it comes to VB and am in need of a starting point in developing a Word 2000 Form. I have created the form in Word itself which consists of 2 columns. The first column is filled with drop down menus with options of "< Select One >", "Yes", "No", and "N/A". The second column is filled with text boxes. It appears like this:
Compliance Explanation
---------- -----------
cboCompliance1 txtExplanation1
cboCompliance2 txtExplanation2
cboCompliance3 txtExplanation3
. .
. .
. .
The logic that I must build into this form is:
If you select "Yes", "No", or "N/A" in one of the drop down menus, then text MUST be entered into the corresponding explanation textbox before moving on to the next row. If "< Select One >" is selected and the user tabs over to the corresponding Explanation textbox, then they are allowed to move on to the next row.
As I said, I'm a little green when it comes to VB Programming. If someone has a bit of sample code or solution that I could build from or utilize, it would be greatly appreciated. Thank you!
Compliance Explanation
---------- -----------
cboCompliance1 txtExplanation1
cboCompliance2 txtExplanation2
cboCompliance3 txtExplanation3
. .
. .
. .
The logic that I must build into this form is:
If you select "Yes", "No", or "N/A" in one of the drop down menus, then text MUST be entered into the corresponding explanation textbox before moving on to the next row. If "< Select One >" is selected and the user tabs over to the corresponding Explanation textbox, then they are allowed to move on to the next row.
As I said, I'm a little green when it comes to VB Programming. If someone has a bit of sample code or solution that I could build from or utilize, it would be greatly appreciated. Thank you!