P
Paul Murphy via AccessMonster.com
Hello,
I am having a little trouble with an SQL query:
SELECT Funds.Fund_Name
FROM Funds
WHERE Parameter=Yes;
'Parameter' is simply a parameter which is entered in a prompt, and is the
name of the column in the 'Funds' table which the query is run against. It
does not however return any rows for me ???
NB. The column in the table is set to Yes/No
Any help would be greatly appreciated....
Thanks,
Paul
I am having a little trouble with an SQL query:
SELECT Funds.Fund_Name
FROM Funds
WHERE Parameter=Yes;
'Parameter' is simply a parameter which is entered in a prompt, and is the
name of the column in the 'Funds' table which the query is run against. It
does not however return any rows for me ???
NB. The column in the table is set to Yes/No
Any help would be greatly appreciated....
Thanks,
Paul