S
Simon
I currently have order Numbers going 1, 2, 3 ect
Ther order Numbers are calculated using
CLng(Nz(DMax("OrderNumber","tblOrder"),0))+1 as the default value on
the form
I would like to set it up to have order number like
HT1, HT2, HT3 ect
how do i get it to put HT infront of all the numbers
Tahnsk
Simon
Ther order Numbers are calculated using
CLng(Nz(DMax("OrderNumber","tblOrder"),0))+1 as the default value on
the form
I would like to set it up to have order number like
HT1, HT2, HT3 ect
how do i get it to put HT infront of all the numbers
Tahnsk
Simon