S
Simon
I am currently building ordering database for my business. I am
currenlty use 1, 2, 3 ect for OrderNumbers Invoice Number and Credit
Numbers
To genetate the number i am using the following code on the Deafual
setting of the field on the form
CLng(Nz(DMax("OrderNumber","tblOrder"),0))+1
This works fine . I have been thingking that i will be having a lot of
number and it might get confusing if they are order number, invoice
numbers ect
i was thinkinking of somthing like OR0001 for OrderNumber, IN0001 for
invoice Number and CR0001 for Credit Number
This way i will under stand the number easier when dealing with
customers
Is there a way to do this, or can any onesurgest a way to do it.
thanks
currenlty use 1, 2, 3 ect for OrderNumbers Invoice Number and Credit
Numbers
To genetate the number i am using the following code on the Deafual
setting of the field on the form
CLng(Nz(DMax("OrderNumber","tblOrder"),0))+1
This works fine . I have been thingking that i will be having a lot of
number and it might get confusing if they are order number, invoice
numbers ect
i was thinkinking of somthing like OR0001 for OrderNumber, IN0001 for
invoice Number and CR0001 for Credit Number
This way i will under stand the number easier when dealing with
customers
Is there a way to do this, or can any onesurgest a way to do it.
thanks