Hello
Can anyone help with the following
I have a form link to a table that generates an auto number on a control (based on various form events) which is then stored in the forms underlying record source (which is a table)
I would like the entry to be represented as a four digit number so if 1 is the control value then the number would be represented as
0001
and if 11 then
0011
and if 222 then
0222
Am not sure how to do this so any suggestions would be well received
thanks
Can anyone help with the following
I have a form link to a table that generates an auto number on a control (based on various form events) which is then stored in the forms underlying record source (which is a table)
I would like the entry to be represented as a four digit number so if 1 is the control value then the number would be represented as
0001
and if 11 then
0011
and if 222 then
0222
Am not sure how to do this so any suggestions would be well received
thanks