G
Guest
I am having problems getting my database to return all of the results I need.
I know it's a coding error, but I don't know how to fix it. I have a larg
table with multiple results [i.e. (BIO:104), (BIO:104, BIO:111), (BIO:111,
BIO:210), etc.]. How do I get the engine to return not only the single values
(like BIO:104) but also the multiple values including the selected value
(like BIO:104, BIO:###, BIO:###)?
I've tried using:
WHERE [College Courses]='BIO:104', 'BIO:104, BIO:###','BIO:104, BIO:###,
BIO:###'
but it doesn't work.
I know it's a coding error, but I don't know how to fix it. I have a larg
table with multiple results [i.e. (BIO:104), (BIO:104, BIO:111), (BIO:111,
BIO:210), etc.]. How do I get the engine to return not only the single values
(like BIO:104) but also the multiple values including the selected value
(like BIO:104, BIO:###, BIO:###)?
I've tried using:
WHERE [College Courses]='BIO:104', 'BIO:104, BIO:###','BIO:104, BIO:###,
BIO:###'
but it doesn't work.