G
Guest
Hi, I know what I want to do but dont have the VB syntax
If a user enters a certain value in a text box on a form I want about 5
other fields to become Enabled.
The code should be something like this in the On Change (?) field..
If (newVal = "cisco") Then
[Forms]![MyForm]![textbox1] isEnabled
[Forms]![MyForm]![textbox2] isEnabled
......
if someone could spend a couple of minutes to point out the correct vb
syntax I would really appreciate. The boss has finally sent away for a VB
book but it's weeks away =(
cheers
If a user enters a certain value in a text box on a form I want about 5
other fields to become Enabled.
The code should be something like this in the On Change (?) field..
If (newVal = "cisco") Then
[Forms]![MyForm]![textbox1] isEnabled
[Forms]![MyForm]![textbox2] isEnabled
......
if someone could spend a couple of minutes to point out the correct vb
syntax I would really appreciate. The boss has finally sent away for a VB
book but it's weeks away =(
cheers