App: go to another view within this app

Hi,
I have two tables as my database, the second one is my ref table.

The first (Request) one includes columns like: “Id_request” and of course the default starting value for this coulumn is “UNIQUEID()” The ref table (Function) has references by “Id_request”. Because a lot of things can be related to the “Id_request” and has the same value, and this ref table has own “Id_function” which is Unique. I’d like to do action which provides me from first table as a form (save AS action) to the view of my second table ( form view). I’ve made action: “App: go to another view within this app” and as a target i have set “LINKTOROW([_THISROW].[Id_request],“Function_Form”)”. I have set event action “Form Saved” on my main table (view). But it doesn’t work, I was moved to the correct view but i get comunication “Key field 'Id_function” is required" after i’m trying to save my form (ref)

0 1 580
1 REPLY 1
Top Labels in this Space