W
W1bbleMe
Hi all.
I posted this question in one of the other Access groups and no one seemed
to be able to help as I recieved no replies. I have sorted out the Print
current record (with another members excellent advice) other than I forgot
that the record that can be synced can have a duplicate associated record
i.e. We run various courses which are "unique" ...1902, 1900, 1802. But
they have associated Course Entry's which are also unquie. i.e Course No:
1902 could have a course Entry of 66. The trouble is other courses can also
have a course Entry of 66.
Course 1900 Entry 66
Course 1802 Entry 66
The Entry is the Entry number for the course (good english??)
The Code is:
DoCmd.OpenReport "RptNominalRole2", acPrintPreview, , "CourseNo = '" &
Me.CourseNo & "'"
I have tried using the the 'and' after the above statement to include the
field
"CrseEntry" so that the report syncs to both values on the open form i.e.
"CourseNo" and the" CrseEntry"....This would then ensure that the print only
prints those records unique to both criteria.
I hope that I have explained this ok and really hope that there is a
solution to my problem.
with Thanks
David
I posted this question in one of the other Access groups and no one seemed
to be able to help as I recieved no replies. I have sorted out the Print
current record (with another members excellent advice) other than I forgot
that the record that can be synced can have a duplicate associated record
i.e. We run various courses which are "unique" ...1902, 1900, 1802. But
they have associated Course Entry's which are also unquie. i.e Course No:
1902 could have a course Entry of 66. The trouble is other courses can also
have a course Entry of 66.
Course 1900 Entry 66
Course 1802 Entry 66
The Entry is the Entry number for the course (good english??)
The Code is:
DoCmd.OpenReport "RptNominalRole2", acPrintPreview, , "CourseNo = '" &
Me.CourseNo & "'"
I have tried using the the 'and' after the above statement to include the
field
"CrseEntry" so that the report syncs to both values on the open form i.e.
"CourseNo" and the" CrseEntry"....This would then ensure that the print only
prints those records unique to both criteria.
I hope that I have explained this ok and really hope that there is a
solution to my problem.
with Thanks
David