valterduarte
Technical User
Hello!
I have a data form (FORM1), which gives me the main information about employees. Something like this:
Name Age WorkerID
Maria 27 100025
Carlos 54 023548
Ted 41 802354
Ok, when I double click in "Maria" or "27" or "100025", I want it to open a new form (FORM2) with all the information on that employee.
Now, I've changed the field properties so that when I double click in it, it opens the form I want (FORM2).
This new form (FORM2) is based on a new query. The problem is how do I tell the new query that the WorkerID should be a parameter based on the active record from Form1, when I double clicked it?
Thank you!
I have a data form (FORM1), which gives me the main information about employees. Something like this:
Name Age WorkerID
Maria 27 100025
Carlos 54 023548
Ted 41 802354
Ok, when I double click in "Maria" or "27" or "100025", I want it to open a new form (FORM2) with all the information on that employee.
Now, I've changed the field properties so that when I double click in it, it opens the form I want (FORM2).
This new form (FORM2) is based on a new query. The problem is how do I tell the new query that the WorkerID should be a parameter based on the active record from Form1, when I double clicked it?
Thank you!