Take the saved value and not the current one

How can I do to take the saved value and not the current one.
I have a status column that changes as other fields vary.
Depending on the state I enable or not the visibility of one or more tabs of a form, but I need to change the visibility after saving. It means that the state changes once the data was confirmed, and not when changing the value in the form. This is important since in the initial state, Save should appear instead of Next, since the following tab should not be visible yet.

0 1 266
1 REPLY 1

Steve
Platinum 4
Platinum 4

The following functions will return saved values even when used in forms: FILTER(), LOOKUP(), MAXROW(), MINROW(), and SELECT().

Top Labels in this Space