Hi,
This has probably been discussed before but i didnt know what to search for...
I use the following code on a form to check for the number of orders in a table and then add 1 to create the next order number:
=Count(OrderDetails!ID)+1
This works fine but displays the number as an integer and gets rid of any leading zero's. E.g. 1 instead of 0001.
I have been asked to make the number appear as 4 characters. Is there a way to do this?
Thanks for any help
This has probably been discussed before but i didnt know what to search for...
I use the following code on a form to check for the number of orders in a table and then add 1 to create the next order number:
=Count(OrderDetails!ID)+1
This works fine but displays the number as an integer and gets rid of any leading zero's. E.g. 1 instead of 0001.
I have been asked to make the number appear as 4 characters. Is there a way to do this?
Thanks for any help