
打開上面的節專家。
在new page after打勾。
并在公式對話框中輸入以下vb代碼
if onlastrecord then
formula = false
else
if RecordNumber mod 25=0 then
formula =true
else
formula =false
end if
end if
這樣在每頁中顯示25行。
| |||||||||
日 | 一 | 二 | 三 | 四 | 五 | 六 | |||
---|---|---|---|---|---|---|---|---|---|
29 | 30 | 1 | 2 | 3 | 4 | 5 | |||
6 | 7 | 8 | 9 | 10 | 11 | 12 | |||
13 | 14 | 15 | 16 | 17 | 18 | 19 | |||
20 | 21 | 22 | 23 | 24 | 25 | 26 | |||
27 | 28 | 29 | 30 | 31 | 1 | 2 | |||
3 | 4 | 5 | 6 | 7 | 8 | 9 |