numbering invoices

W

WYN

help! i have made an invoice template but cant get them to sequentialy
number.does anyone now how to do this?
thx lost in cyber space
 
D

Dave O

I've done this type of thing before by storing the "last invoice
number used" in a hidden cell, or in a cell that is formatted to
display white font on a white background (that is to say, invisible).

The tricky part is: you need an event or trigger that updates the
invoice number on your form with "last number used plus one", and then
saves the new number as last number used. I have successfully used a
print macro to do this.

HTH!
 
W

WYN

hi dave o,sorry i have taken so long to replay. this sounds like what i
need.can you show me how to do this? thx wyn
 
Top