Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reprint invoices with original number

Status
Not open for further replies.

liltechy

Programmer
May 17, 2002
145
US
I am in the process of creating a database where I will be printing invoices. There will be times when I will need to reprint an invoice with the original invoice number. Using autonumber will not allow me to do this. How can I accomplish this?

liltechy






 
I'm not with you on two things here:
1. Don't use an autonumber if you need everything sequential. Autonumbers can and do skip numbers if there are deletions. Instead generate your own invoice number. There are other threads on generating a primary key.
2. What happens to an invoice once it is entered? How do you print an invoice in the first place? If you use a report, then you may easily filter the data source for the report to any invoice, past or present, as long as the data is all there. Explain.

--
Find common answers using Google Groups:

Corrupt MDBs FAQ
 
foolio12,
Since you don't recommend using autonumber, then what do you suggest.

liltechy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top