Using Access 2000. In my report in the onpage procedure I have written code to print directly to the page i.e.
me.currentx = ...
me.currenty = ...
me.print recordset.field().value
'draw a box around it
'get the next record
This is fine to view in print preview looks great but not printing to printer. All I get are blank pages.
Anybody know what's happening?
Also within the onpage procedure I call other procedures that actually do the printing ie print the heading then print the data; could this cause the problem?
Bruce
me.currentx = ...
me.currenty = ...
me.print recordset.field().value
'draw a box around it
'get the next record
This is fine to view in print preview looks great but not printing to printer. All I get are blank pages.
Anybody know what's happening?
Also within the onpage procedure I call other procedures that actually do the printing ie print the heading then print the data; could this cause the problem?
Bruce