I have a table labeled tblcatalogs. There is a num field that tracks the accession numbers of a collection of artifacts. duplicate artifacts are given a decimal place.
I.E. item # 10 has two duplicate items labeled 10.01 and 10.02
For items with over 9 duplicates I am having a problem with the ending zero not staying in the numeric field.
IE 12.10 is converted to 12.1 automatically. I would create a mask that places an ending zero in a query however if I ever had 100 duplicates, the ending zeros would convert to .1 and would create a duplicate entry. Is there a way to make access keep the ending zero.
Converting to a text field is not an option because the catalog number will not sort correctly but will sort as
1
10
11
2
20
3
30
Thanks for the assistance
I.E. item # 10 has two duplicate items labeled 10.01 and 10.02
For items with over 9 duplicates I am having a problem with the ending zero not staying in the numeric field.
IE 12.10 is converted to 12.1 automatically. I would create a mask that places an ending zero in a query however if I ever had 100 duplicates, the ending zeros would convert to .1 and would create a duplicate entry. Is there a way to make access keep the ending zero.
Converting to a text field is not an option because the catalog number will not sort correctly but will sort as
1
10
11
2
20
3
30
Thanks for the assistance