Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I have 3 fields:

1. Option-field: Y/N

2. Field1:

3. Field2:

If option-field = "N" than write "no" to Field1 and jump to Field2 and wait for input.

Which formula could make this "jump" ;)-)?

Posted

Two different aspects of Filemaker will make this work.

The first is in Define Fields, you want to set Field 1 to have an Auto-Enter calculation = Case(Option-Field = N; "No"; Option-Field).

The second is setting Tab Order, which you do in Layout mode. You can specify that Option-field is 1, Field2 is 2 and Field 1 is blank, or 3.

Posted (edited)

You can specify that Option-field is 1, Field2 is 2 and Field 1 is blank, or 3.

first part works fine ;)-).

I know the tab-order in layout.

What I don't understand is "and Field 1 is blank, or 3.". I don't know where I can input this instruction or order.

What I need is a jump to Field-3 if Field-2 = no

Edited by Guest

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