G
Gary Hull
I have a table called tblClass
It has two fields’ guidClass, and Class.
guidClass is an Autonumber Primary Key
Example A: guidClass Class
1 Red Class 1
2 Red Class 2
3 Red Class 3
Since the Class field will never be duplicated do I need the auto number
field?
Would this work better?
Esample B: guidClass
Red Class 1
Red Class 2
Red Class 3
The school has Class that alternate by days, Red Day, Blue Day, and
there are 4 classes per Day. So there would be 4 classes on Red Day and
4 Classes on Blue Day.
I am interested knowing which is the proper Example A, or B
It has two fields’ guidClass, and Class.
guidClass is an Autonumber Primary Key
Example A: guidClass Class
1 Red Class 1
2 Red Class 2
3 Red Class 3
Since the Class field will never be duplicated do I need the auto number
field?
Would this work better?
Esample B: guidClass
Red Class 1
Red Class 2
Red Class 3
The school has Class that alternate by days, Red Day, Blue Day, and
there are 4 classes per Day. So there would be 4 classes on Red Day and
4 Classes on Blue Day.
I am interested knowing which is the proper Example A, or B