Jump to content

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

Recommended Posts

Posted

I need to set up a calculation in my AppleWorks Database that is the equivalent of the following formula in FileMaker:

If(IsEmpty(Man's First Name),Woman's First Name, Man's First Name & Case(not IsEmpty(Woman's First Name), " & " & Woman's First Name))

Any help?

Steve

Posted

There should be virtually no difference, AppleWorks has a calculation field and an "If" function. Just use an "If" in place of the Case function:

If(IsEmpty(Man's First Name),Woman's First Name, Man's First Name & If(not IsEmpty(Woman's First Name), " & " & Woman's First Name))

-bd

This topic is 8543 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.