A
Al Williams
I have a lookup table containing single digit, double digit, and alpha
characters. I want the combo box to display the information in the
sequence that I determine and not sorted alphanumerically. I don't want
to use an autonumber primary key to avoid any maintenance problems. I'm
thinking about having the PK be a text field as follows:
tblStudentGrade
StudentGradeID StudentGrade
a K
b 1
c 2
d 3
.... ...
l 11
m 12
n Adult
Is there a better way to do this? Thanks.
characters. I want the combo box to display the information in the
sequence that I determine and not sorted alphanumerically. I don't want
to use an autonumber primary key to avoid any maintenance problems. I'm
thinking about having the PK be a text field as follows:
tblStudentGrade
StudentGradeID StudentGrade
a K
b 1
c 2
d 3
.... ...
l 11
m 12
n Adult
Is there a better way to do this? Thanks.