Essentially two related question, a workaround for either would be appreciated.
Trying to format an autonumber field:
"GEF"####
e.g. GEF0015, GEF1258, etc
Alternatively is there anyway around finding the max of a field of the format "GEF"#?
The issue is that when I run a query to find the Max of a certain field with for example the following two entries:
GEF800
GEF1000
A max query spits out GEF800 as the max, whereas if I make the GEF800 GEF0800 then it spits of GEF1000 as a max, which is ideally what I want.
Thanks.
Trying to format an autonumber field:
"GEF"####
e.g. GEF0015, GEF1258, etc
Alternatively is there anyway around finding the max of a field of the format "GEF"#?
The issue is that when I run a query to find the Max of a certain field with for example the following two entries:
GEF800
GEF1000
A max query spits out GEF800 as the max, whereas if I make the GEF800 GEF0800 then it spits of GEF1000 as a max, which is ideally what I want.
Thanks.