E
ecklers
Any assistance someone could provide would be greatly appreciated.
I am designing some software to assist in management of a martial arts
school.
I have a table that contains student data that has a relationship to
beltranks. One of my fields in students is beltranks that performs a
lookup to my beltranks table.
My beltranks table is referential- only two fields beltrankid and
beltrankcolor. beltrankid is primarykey.
I am trying to create a report that will be used for belt testing.
What I am trying to do is the following:
I've got a query that will generate my student name, current belt rank
color, uniform size, etc.
Is there a clean way to increment the belt color to the next belt?
Any help would be appreciated.
I am designing some software to assist in management of a martial arts
school.
I have a table that contains student data that has a relationship to
beltranks. One of my fields in students is beltranks that performs a
lookup to my beltranks table.
My beltranks table is referential- only two fields beltrankid and
beltrankcolor. beltrankid is primarykey.
I am trying to create a report that will be used for belt testing.
What I am trying to do is the following:
I've got a query that will generate my student name, current belt rank
color, uniform size, etc.
Is there a clean way to increment the belt color to the next belt?
Any help would be appreciated.