When working with serial number I would not advised use a field which is set to autonumber. (There are many reasons for this)
A possible solution would be to only allocate the order# to a form field once a record has been saved.
The order# number would be automatically generated by using a query to determine the last order# and then +1.
This number is then placed into the form field with the prefix IND.
Smed