Hi Simon
The simplest method would be to have an Autonumber field - set the format to
0000 and the add MS whenever you need to show, print it.
In a form ="MS"&[AutoNumber]
In a query Something:"MS"&[AutoNumber]
You can use the form or query to generate a report or just use the field for
user information
Hope this helps
--
Buon Natale, Happy Chritmas.
Wayne
Manchester, England.
Scusate,ma il mio Inglese fa schiffo

Percio se non ci siamo capiti, mi mandate un
messagio e provero di spiegarmi meglio.
Simon said:
I would like to geneter the order number in the following formate
WS0001
How would i code this so it adds 1 on each time a new recored
Thanks