Does this work? (you place it where ever you want a new page)
<div style="page-break-before: always"> -----------------------------------------------------------------
"The difference between 'involvement' and 'commitment' is like an eggs-and-ham breakfast: the chicken was 'involved' - the pig was 'committed'."
- unknown
You need to determine how you want to do that. I have used tables where I'd want on table output per page so I'd write that between the tables (which I wrote in a loop)
While not objRS.EOF
thisPKfield = objRS("pkField"
if thisPKfield <> lastPKfield then 'close old table & open new'
response.write "</table><div style='page-break-before: always'>"
response.write "<table><tr><th>Header Label</th></tr>"
lastPKfield = thisPKfield
end if
'normal row processing follows...'
objrs.movenext
LOOP -----------------------------------------------------------------
"The difference between 'involvement' and 'commitment' is like an eggs-and-ham breakfast: the chicken was 'involved' - the pig was 'committed'."
- unknown
I'm not sure which browsers actually support that yet. I believe this is a CSS1 supported attribute, so it should be supported by IE5.5+ and NS6+, but not sure about other browsers.
-Tarwn --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
No more vacation for me
FAQ FAQ20-2863
= new Forums.Posting.General.GettingAnswers()
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.