2
2Stupid2ownAputer
Hello I have an ID field (primary key) of the format 0000.00.
It is set to only allow a unique value.
records would go like this:
0001.01
0001.02
0002.01
0002.02 ...
some more numbers ....
0432.01
0432.02
0432.03
however by mistake I may enter, say
0001.03 instead of 1000.03
so it is a unique key but clearly not a valid one because when ordered by ID
it would be placed between 0001.02 and 0002.01
I figure a possible solution is to ensure that any entry is greater than any
preceding entry
Using datasheet view how could I implement this ?
Thanks In Advance
Regards
It is set to only allow a unique value.
records would go like this:
0001.01
0001.02
0002.01
0002.02 ...
some more numbers ....
0432.01
0432.02
0432.03
however by mistake I may enter, say
0001.03 instead of 1000.03
so it is a unique key but clearly not a valid one because when ordered by ID
it would be placed between 0001.02 and 0002.01
I figure a possible solution is to ensure that any entry is greater than any
preceding entry
Using datasheet view how could I implement this ?
Thanks In Advance
Regards