I have a table with an auto number and its format is:
\R000"08"
My goal was to have an auto number where it looks like R00108 and only the 3 digits between the R and the 08 change. The above format enabled me to do so.
THe problem is that in the Form i am making, it will only show the digit of the record that will auto populate in my table, or So instead of showing R00708 for record 7 it shows just 7. I put an imput conrtol in the properties of the text box but then it just showed R 708 and leaving the 2 zeros before the 7 off completley.
Any suggesstions?
\R000"08"
My goal was to have an auto number where it looks like R00108 and only the 3 digits between the R and the 08 change. The above format enabled me to do so.
THe problem is that in the Form i am making, it will only show the digit of the record that will auto populate in my table, or So instead of showing R00708 for record 7 it shows just 7. I put an imput conrtol in the properties of the text box but then it just showed R 708 and leaving the 2 zeros before the 7 off completley.
Any suggesstions?