printing problem

  • Thread starter Thread starter boliao via AccessMonster.com
  • Start date Start date
B

boliao via AccessMonster.com

i have this database for company personnel particulars
and i have done up a report for printing.
so i link a button in the form to the report.
at the report page i click print and it print out all the records i have..
is there any coding that i only print out only for the particular record i am
viewing??
plx help..
 
Take advantage of the WhereCondition clause in your OpenReport statement. See
the OpenReport method in the help file for details.

Sam
 
OfficeDev18 said:
Take advantage of the WhereCondition clause in your OpenReport statement. See
the OpenReport method in the help file for details.

Sam
i have this database for company personnel particulars
and i have done up a report for printing.
[quoted text clipped - 3 lines]
viewing??
plx help..
sorry still dont undertstand can show me the codings??
i am not a programmer juz got to learn how to use access...
plx help..
thanks.
 
Back
Top