Jump to content

This topic is 7535 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Case(

not IsEmpty(Tix2002) , "X",

not IsEmpty(Tix2003) , "X",

not IsEmpty(Tix2004) , "X",

"")

smile.gif

Posted

You did use the AND expression. If you only want an 'X' if all three fields are filled in - and they will be filled in at different times, you will need a calculation instead of an Auto-Enter on a standard field. A standard field will not update the value once you have left the record. The calculation would be text with:

Case(not IsEmpty(Tix2002) and not IsEmpty(Tix2003) and not IsEmpty(Tix2004), "X")

Auto-enter on a regular text field will update in vs. 7 if all three fields are filled in at different times if you unclick 'Do not Replace Existing Value..."

Posted

Hi Moon,

I read Maxwell's post as an "or" calculation "field" with a result of "X" if data appeared in any of the three fields. I thought that Maxwell meant by "Auto" was he didn't want to enter the "X" manually. laugh.gif

Oh well, now he has more than one way to skin that proverbial cat.

cool.gif

[color:"red"]Without having to upgrade to v7 BirthdayPartyGuy.gif

This topic is 7535 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.