Hi, I have two tables: Invoice and Project. These 2 tables are linked by Project No field which is unique.
I have one form which provides several text boxes for user to type in data related to table Invoice and Project. E.g. if user types in 13 for Project No field, then the find function will show up records obtained from both tables with project no 13. Records filtered are shown in different form (ResultForm).
I want to put one command button in ResultForm to generate report to preview records filtered but I have a problem with it. The report is only showing the current record in the current state of the form (Form_Current()), so the next record filtered is not covered in the report.
Anybody can help me please? If the find form generates 3 filtered record obtained from two tables, how to have one report with one single command button from the form where the filtered records are shown, irrespective if each filtered record is shown in different Form_Current state (need to navigate the record with navigation button from one to three). Thank you very much. I really need help on this issue.
Regards,
Sandra
I have one form which provides several text boxes for user to type in data related to table Invoice and Project. E.g. if user types in 13 for Project No field, then the find function will show up records obtained from both tables with project no 13. Records filtered are shown in different form (ResultForm).
I want to put one command button in ResultForm to generate report to preview records filtered but I have a problem with it. The report is only showing the current record in the current state of the form (Form_Current()), so the next record filtered is not covered in the report.
Anybody can help me please? If the find form generates 3 filtered record obtained from two tables, how to have one report with one single command button from the form where the filtered records are shown, irrespective if each filtered record is shown in different Form_Current state (need to navigate the record with navigation button from one to three). Thank you very much. I really need help on this issue.
Regards,
Sandra