DonH Posted April 20, 2004 Posted April 20, 2004 I'm baaaaaaaaaaaack. Here is the situation. There is a date that needs to be entered under certain circumstances. The date has to be within the last year. That is no problem. HOWEVER, what has come up is people entering the date when they shouldn't and since there is a verification by calculation on the date, it won't allow them to delete the date. So I'm trying to figure out how to set the verification up for EITHER blank or within the last year. I tried IF(IsBlank(theDate),'',figger it is in the last year) But it just told me that I had to enter a date. Any suggestions? FileMaker Version: 3 Platform: Windows 2000
CobaltSky Posted April 21, 2004 Posted April 21, 2004 Hello DonH, I suggest you add: IsEmpty(theDate) or before your existing validation calc. That ought to do it.
DonH Posted April 21, 2004 Author Posted April 21, 2004 Mahalo nui loa. I knew that! Sheeesh. Putting in a new system for the ultrasound machines and that is sucking my brain dry.
Recommended Posts
This topic is 7589 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now