G
Guest
I have a combobox that lists forms to open and does so via an after update
event. Here is the combobox:
SELECT tblProfileTypes.Description, tblProfileTypes.Class,
tblProfileTypes.txtProfileType
FROM tblProfileTypes
ORDER BY tblProfileTypes.Class, tblProfileTypes.Description;
How can I organize the combobox into categories? What I'd like to do is have
all of the Descriptions that are of the "PK" Class be listed under a "PK"
header and all of the Descriptions that are of the "MZ" Class be listed under
a "MZ" header, etc.
I've seen a thread in the past where someone did something similar to this
but I can't find it.
Thanks for your help!
event. Here is the combobox:
SELECT tblProfileTypes.Description, tblProfileTypes.Class,
tblProfileTypes.txtProfileType
FROM tblProfileTypes
ORDER BY tblProfileTypes.Class, tblProfileTypes.Description;
How can I organize the combobox into categories? What I'd like to do is have
all of the Descriptions that are of the "PK" Class be listed under a "PK"
header and all of the Descriptions that are of the "MZ" Class be listed under
a "MZ" header, etc.
I've seen a thread in the past where someone did something similar to this
but I can't find it.
Thanks for your help!