Hello !
I am in a little trouble with 2 text boxes and a button.
Can you help me ?
I have a bound form
In this form there are 2 text boxes bound to 2 fields and a Command Button.
The visibilities of the Command Button is set to FALSE at the beginning.
What I wish to do (Access 2007):
This is not a true code because it don't work.
Some advices ?
Thank you !
I am in a little trouble with 2 text boxes and a button.
Can you help me ?
I have a bound form
In this form there are 2 text boxes bound to 2 fields and a Command Button.
The visibilities of the Command Button is set to FALSE at the beginning.
What I wish to do (Access 2007):
Code:
cmdButton.visible = ((txt1 <> "") AND (txt2 <> ""))
Some advices ?
Thank you !
Comment