Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I am using FileMaker 5.5 on a Mac

If the field "Total Material" is empty or less than 1 (this is a calculation number field)

I should to be able to enter a number in field "Other Total" (this is a number field)

If the field "Total Material" is NOT empty or is greater than 1 (this is a calculation number field)

I should NOT be able to enter a number in field "Other Total" (this is a number field)

Posted

Should I guess at a question? wink.gif

Attach a script to the Other Total field:

If(IsEmpty(Total Material) or Total Material < 1)

Go to Field (Other Total)

else

Go to Field ()

Make sure you take Other Material out of the tab order.

As an alternative, you could use this calculation as a validation calculation for "Other Total".

-bd

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