invoice numbering a report only??

G

Guest

How can I put invoice numbers that automatically change on a report? I need
to do this because, I invoice customers monthy, for a group of orders created
during the month for thaat one customer, but don't send their invoice until
the end of that month, so the invoice created is a report on the monthy
orders 'booked up' by that customer. I just don't want to number every
single order, just one at the end of the month that will become the tax
invoice number, auto-number preferrably.
thanks
 
M

MA

Debba said:
How can I put invoice numbers that automatically change on a report?
I need to do this because, I invoice customers monthy, for a group of
orders created during the month for thaat one customer, but don't
send their invoice until the end of that month, so the invoice
created is a report on the monthy orders 'booked up' by that
customer. I just don't want to number every single order, just one
at the end of the month that will become the tax invoice number,
auto-number preferrably.
thanks

from www.sitocomune.com=
Put in defaultvalue
"E" & Format(Date();"aa") & "/" &
Format(IIf(IsNull(DMax("MioContatore";"MiaTabella";"MioContatore like '?" &
Format(Date();"aa") &
"/????'"));1;Right(DMax("MioContatore";"MiaTabella";"MioContatore like '?" &
Format(Date();"aa") & "/????'");4)+1);"0000")

where "E" is optionalMitabella is your table
Miocontatore is your counter

--
_ _
Ciao
MAssimiliano Amendola www.accessgroup.it
Cisa - Conferenza Italiana per Sviluppatori Access
Info: www.donkarl.com/it
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

invoice report 1
Mail Merge with a many-to-one report/query 1
Saving Invoice as PDF 3
Add Invoice Number to Report 2
Invoice Report 3
Using Reports to Invoice??? 1
Errors in Report total fields 19
numbering a report 2

Top