Secretgeek
Technical User
Maybe this is a question of 'if it ain't broke...' but I currently have a form whose ID box consists of three controls squashed together to appear to the user as one ID code as below:
e.g. 06-0054
I've created is a text box that is producing the right numbers but doesn't keep the leading zeros, so what I ve got at the moment is:
ControlSource: = [StartYear] & " - " & [ID]
Which gives me:
6-54
The source table is formatted with the correct number of zeros. I've tried putting zeroes in the Format Property section but it doesn't seem to make any difference.
Thanks in advance for your help.
e.g. 06-0054
I've created is a text box that is producing the right numbers but doesn't keep the leading zeros, so what I ve got at the moment is:
ControlSource: = [StartYear] & " - " & [ID]
Which gives me:
6-54
The source table is formatted with the correct number of zeros. I've tried putting zeroes in the Format Property section but it doesn't seem to make any difference.
Thanks in advance for your help.