Stuart Green
Registered User.
- Local time
- Today, 05:16
- Joined
- Jun 24, 2002
- Messages
- 108
I have a simple form with 2 date fields on it, date1 and date2. Date1 is required but date2 is not. When input, date2 should be greater or the same as date1. In the properties of date2 I have put >=[date1] as the validation rule which seems to work OK. Problem is that I only want this to work when someone puts data in field2. it is OK for them to create the record with date2 blank. If they modify a record and take out data in field2 that is also OK and should not be validated, but I am damned if I can get the syntax to work. Ihave tried so many "ifs" that my rule is now very "iffy"!