Sequential numbering (HELP)

williamminor

New member
Local time
Today, 05:17
Joined
Apr 18, 2006
Messages
6
I have a table (tbl_Forms) which contains the following columns
ID, Form Number, Descrip, Next Number to Print

First Issue.
I have a form that based on the above table and includes an unbound text box labeled forms requested.
I need the next number to print field to increment by the number put into the forms requested text box. I also need this value to be stored in the tbl_forms table once the printing is complete. So that the next time the form is printed this number is show.

Second Issue.
I need the sequential numbers to print of the bottom of the pages.

I need some serious help

Thanks in advance
-WM
 

Users who are viewing this thread

Back
Top Bottom