M
Mr T
Hi,
I'm trying to create a query which will return records
based on 3 comboboxes.
I have 3 tables, one for a persons details, one for
certificates, and one which combines them to record the
certificate a person has.
I had solved my problem (with guidance) using a crosstab
query based on the certificate list, but only on sample
data - then the problem arose that there can be many many
more certificate names than columns which are allowed. IE
3000+
Is it possible to run a crosstab style query based on the
values selected in comboboxes?
Such as:
combo1 = MCAD
combo2 = MCDBA
combo3 = MCSE
returning something like:
Name MCAD MCDBA MCSE
BOB MCAD MCSE
JULIE MCSE
FRANK MCDBA
Any help or advice to point me in the right direction
would be appreciated.
Thanks in advance
T
I'm trying to create a query which will return records
based on 3 comboboxes.
I have 3 tables, one for a persons details, one for
certificates, and one which combines them to record the
certificate a person has.
I had solved my problem (with guidance) using a crosstab
query based on the certificate list, but only on sample
data - then the problem arose that there can be many many
more certificate names than columns which are allowed. IE
3000+
Is it possible to run a crosstab style query based on the
values selected in comboboxes?
Such as:
combo1 = MCAD
combo2 = MCDBA
combo3 = MCSE
returning something like:
Name MCAD MCDBA MCSE
BOB MCAD MCSE
JULIE MCSE
FRANK MCDBA
Any help or advice to point me in the right direction
would be appreciated.
Thanks in advance
T