Making a field required based on another value

Sol

Registered User.
Local time
Today, 17:59
Joined
Feb 24, 2000
Messages
31
How can I make a field be required only if another field is not null?
 
Set that text box Visible property to False by default. Then,write a little VB code that set that text box Visible property to True if the other text box is not Null.
 

Users who are viewing this thread

Back
Top Bottom