G
Guest
I have about 15 forms and one unique raport. All forms have same ID and i
want to report print data from opened form (only one is open, active).
I try with Or function in raport and this work but query ask for other
closed forms.
Example (like my report query):
=[Forms]![Form1]![ID] Or [Forms]![Form2]![ID] Or [Forms]![Form3]![ID]...
How to query recognize active form from many and print ID data and ignore
other?
Thanks.
want to report print data from opened form (only one is open, active).
I try with Or function in raport and this work but query ask for other
closed forms.
Example (like my report query):
=[Forms]![Form1]![ID] Or [Forms]![Form2]![ID] Or [Forms]![Form3]![ID]...
How to query recognize active form from many and print ID data and ignore
other?
Thanks.