I have frmMain and fsub
you choose a month from the ChooseMonth combo and all the records for
that month are nopw visible in the fsub
I know print with the following Where and only recieve the record that
is selected in the fsub when i want all the records
Can some one help correct my code
dd
strDocName = "rptGSTCollecte d"
strWhere = "[PaidMonth]= #" & Me!fsubGSTRecie ved![PaidDate] & "#"
DoCmd.OpenRepor t strDocName, acPreview, , strWhere
you choose a month from the ChooseMonth combo and all the records for
that month are nopw visible in the fsub
I know print with the following Where and only recieve the record that
is selected in the fsub when i want all the records
Can some one help correct my code
dd
strDocName = "rptGSTCollecte d"
strWhere = "[PaidMonth]= #" & Me!fsubGSTRecie ved![PaidDate] & "#"
DoCmd.OpenRepor t strDocName, acPreview, , strWhere
Comment