S Sol Registered User. Local time Today, 22:12 Joined Feb 24, 2000 Messages 31 Oct 18, 2000 #1 How can I make a field be required only if another field is not null?
L lamha Registered User. Local time Today, 22:12 Joined Jun 21, 2000 Messages 76 Oct 18, 2000 #2 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.
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.