G Guest Feb 13, 2006 #1 I have some report that require the page numbering start at number higher than one. Example starting at Page 12.
I have some report that require the page numbering start at number higher than one. Example starting at Page 12.
F fredg Feb 13, 2006 #2 I have some report that require the page numbering start at number higher than one. Example starting at Page 12. Click to expand... Code the Report Header Format event: Me.[Page] = Me.[Page] + 11
I have some report that require the page numbering start at number higher than one. Example starting at Page 12. Click to expand... Code the Report Header Format event: Me.[Page] = Me.[Page] + 11
G Guest Feb 13, 2006 #3 Or, write in the control source of the text box where you want the page number =[Page] + 11 -- \\// Live Long and Prosper \\// BS"D fredg said: I have some report that require the page numbering start at number higher than one. Example starting at Page 12. Click to expand... Code the Report Header Format event: Me.[Page] = Me.[Page] + 11 Click to expand...
Or, write in the control source of the text box where you want the page number =[Page] + 11 -- \\// Live Long and Prosper \\// BS"D fredg said: I have some report that require the page numbering start at number higher than one. Example starting at Page 12. Click to expand... Code the Report Header Format event: Me.[Page] = Me.[Page] + 11 Click to expand...
G Guest Feb 16, 2006 #4 Thank You very much for your help. fredg said: I have some report that require the page numbering start at number higher than one. Example starting at Page 12. Click to expand... Code the Report Header Format event: Me.[Page] = Me.[Page] + 11 Click to expand...
Thank You very much for your help. fredg said: I have some report that require the page numbering start at number higher than one. Example starting at Page 12. Click to expand... Code the Report Header Format event: Me.[Page] = Me.[Page] + 11 Click to expand...
G Guest Feb 16, 2006 #5 Thank You Very much Ofer said: Or, write in the control source of the text box where you want the page number =[Page] + 11 -- \\// Live Long and Prosper \\// BS"D fredg said: I have some report that require the page numbering start at number higher than one. Example starting at Page 12. Click to expand... Code the Report Header Format event: Me.[Page] = Me.[Page] + 11 Click to expand... Click to expand...
Thank You Very much Ofer said: Or, write in the control source of the text box where you want the page number =[Page] + 11 -- \\// Live Long and Prosper \\// BS"D fredg said: I have some report that require the page numbering start at number higher than one. Example starting at Page 12. Click to expand... Code the Report Header Format event: Me.[Page] = Me.[Page] + 11 Click to expand... Click to expand...