Thank you .. I went the route. I also saved the new form but it does not appear in the paper size listYou can go into your printer preferences and setup a custom paper size. Then in your Access report page setup you can chose that paper size.
You can also create a new custom form in the printer server that can be used with any printer.
I put the photo in the details. I also disabled the print time .. but the fields in the paper are not correct and there is probably a problem with the size of the paper .. I do not know what the size of the paper and the size of the details are.put the image to your report.
then add textbox to each {numbers].
you should be able to Bind the textbox to the Recordsource of the report.
i think it is best to use Standards paper size like A4.Is there a need for coding or should adjustments be made to the report?
yes you can do that.What if I want a separate print for each record to be printed in 3 copies?
Thank you so much for taking the time for meit
i think it is best to use Standards paper size like A4.
then you adjust your image to fit the paper size.
yes you can do that.
add a Dummy Table, with field (Num, Integer).
add 3 records to dummy table, 1, 2, 3.
now create a query and choose the table of your report and the dummy table.
just use
"select * from yourTable;" (not the dummy)
save the query and use the query as Recordsource of your report.