How to create a especific behavir?

I have 2 Table.

The first is called REGISTER and have 5 informations:  Teach , Class, Studant, Date, Comment)

The second is called DATABASS have 3 informations: Class, Studant, Adress.

I want to register in DATABASS the informations and i want to acess Table DATABASS in REGISTER[Teach]. Then click behavior so that open a REGISTER_form auto filled with informations(Teach , Class, Studant) and finally register in REGISTER.

0 3 107
3 REPLIES 3

Steve
Platinum 5
Platinum 5

 

unfortunately there is no expected result ๐Ÿ˜ž

Almost made it!

I will explain...
i made a Slice to using Table DATABASS and in Table REGISTER, i created a virtual Column containing  App formula: REF_ROWS("slice", "Teach").
OK, appeared!

Now, i need so that to have the action option allowed to take the information and take the opportunity to register in REGISTER.