G
Guest
I have a form based on a master table and a subform based on a detail table. The form has a combo box which works well to filter the records I wish and the underlying detail records do appear.
However I require to enable the user to further filter the information in the subform by year and month and am using two combo boxes to achieve this
I also have a filter which looks something like thi
GLFeeder!Year = Forms!Fornamename!subformname!Yearcombo and GLFeeder!Period = Forms!Fornamename!subformname!Periodcomb
where GL Feeder is the name of the table
I am being prompted for GLFeeder!Year and GLFeeder!Period, which are being treated like Parameters. Is this because the main form (based on a different table) has the focus.
However I require to enable the user to further filter the information in the subform by year and month and am using two combo boxes to achieve this
I also have a filter which looks something like thi
GLFeeder!Year = Forms!Fornamename!subformname!Yearcombo and GLFeeder!Period = Forms!Fornamename!subformname!Periodcomb
where GL Feeder is the name of the table
I am being prompted for GLFeeder!Year and GLFeeder!Period, which are being treated like Parameters. Is this because the main form (based on a different table) has the focus.