I have this statement
DoCmd.OpenRepor t "test", acViewPreview, , "[MemberID] = " & Me.MemberID
to print only the current record. It will pop up a box to define MemberID
every time it is run. What am I missing? Also how do I get the correct
data into the report as I have 2 related tables the data is of. Currently I
have a query feeding the report - is this correct?
Thanx
DoCmd.OpenRepor t "test", acViewPreview, , "[MemberID] = " & Me.MemberID
to print only the current record. It will pop up a box to define MemberID
every time it is run. What am I missing? Also how do I get the correct
data into the report as I have 2 related tables the data is of. Currently I
have a query feeding the report - is this correct?
Thanx
Comment