B
BIL
I have 1 Cust table and 1 Cust Formular, and 1 Cust report.
When I call a report from a formular, and a filter is used, then I want the
report only to show records, shown in my formular, and not all the records in
the table.
How do I do that? Any good eksamples?
I have used at buttom in my Cust formular, with a call to my Cust report.
If I set nothing in the Where, I get the list of all records in the the
Cust table.
If I set this i the Where: [cust]![Id1]=[Formularer]![Cust]![Id1]
Then I only get that 1 record/post, in focus in the formular.
But what I realy whant, is to know, what to write in the Where, if it must
include alle shown records/post in my Cust formular.
When I call a report from a formular, and a filter is used, then I want the
report only to show records, shown in my formular, and not all the records in
the table.
How do I do that? Any good eksamples?
I have used at buttom in my Cust formular, with a call to my Cust report.
If I set nothing in the Where, I get the list of all records in the the
Cust table.
If I set this i the Where: [cust]![Id1]=[Formularer]![Cust]![Id1]
Then I only get that 1 record/post, in focus in the formular.
But what I realy whant, is to know, what to write in the Where, if it must
include alle shown records/post in my Cust formular.