Multi-Page Columns

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

Does anyone know how to create a multi-page column in an MS Access
report? In other words, I would like columns that (potentially) span
more than one page, rather than spilling over into the next column.
 
There are two methods that I am aware of. The first involves scissors and
tape. The second solution uses a calculated column in the report's record
source that makes columns that break at pages seem to cross multiple pages
before breaking. This generally involves a complex DCount() expression.
 
Back
Top