printing single record

K

k

hi!

in forms is it possible to print single record multiple
times on a page?

thanks for any help
 
M

Michel Walsh

Hi,


Definitively, either through an appropriate inner join with a driver
table:


SELECT a.*
FROM a INNER JOIN iotas
ON a.qty <= iotas.iota



where iotas is a table, with one field, iota, with values from 1 to 1000
(say). Use that query instead of the initial table, a, for recordsource of
your report,




either with the report variable MoveLayout and NextRecord.




Hoping it may help,
Vanderghast, Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top