Hi all,
I have three tabular forms each one appears on a different condition. I don't have a problem with that. The three forms have a field called SubjectId. When the user double clicks the subject ID he/she will find the details. Do do that, I made for each form, 1 query and 1 forms because the query will read from the opened form, I did that using the build command in the query.
Is it possible to make 1 form and one query for all forms instead of 3 forms and 3 queries. No matter which tabular form is open. When the SubjectID field is clicked, the form with details will open.
Let's say that I have Form1, Form2, Form3. For each of these forms I made 1 query to read the double click on the subjectID field and get the details for that subjectID and a form to view the results of the query.
How to make one form to open the details of the subjectID wherever it is double clicked.
Thanks a lot
Paulin
I have three tabular forms each one appears on a different condition. I don't have a problem with that. The three forms have a field called SubjectId. When the user double clicks the subject ID he/she will find the details. Do do that, I made for each form, 1 query and 1 forms because the query will read from the opened form, I did that using the build command in the query.
Is it possible to make 1 form and one query for all forms instead of 3 forms and 3 queries. No matter which tabular form is open. When the SubjectID field is clicked, the form with details will open.
Let's say that I have Form1, Form2, Form3. For each of these forms I made 1 query to read the double click on the subjectID field and get the details for that subjectID and a form to view the results of the query.
How to make one form to open the details of the subjectID wherever it is double clicked.
Thanks a lot
Paulin