Hello everyone. I have two forms, and I need ...

Hello everyone. I have two forms, and I need to “jump” to the second form inmediatly after I finish filling the first form, and then I need to use the same value of a column to related the information for the same record. How I can do that?

0 3 294
3 REPLIES 3

@Osvaldo_Chacon_Ferna

Create an action button with LINKTOFORM expression and set it to Do not display. This expression will be linked to your 2nd form with passing the required info from 1st form. Assign this Action to the Form Saved Action property of the 1st form.

It’s possible navigate between different forms using top tabs… Currently I know make this with columns of the type show…

@Levent_KULACOGLU brillant!! I’ll try this solution in my projects.

Top Labels in this Space