P
Paul Murphy via AccessMonster.com
Folks,
I need to write a little query which is used to populate the options in a combo box. The options will be based on what the user has chosen from a previous combo box.
I have got a query so far...
SELECT F_Name
FROM Funds
WHERE [Forms]![Form1]![ComboBox1]=Yes;
ie the option chosen is in a table with values Yes/No.
This returns all the F_Name's from the Funds table rather than those marked Yes???
Any help would be greatly appreciated...
Thanks,
Paul
I need to write a little query which is used to populate the options in a combo box. The options will be based on what the user has chosen from a previous combo box.
I have got a query so far...
SELECT F_Name
FROM Funds
WHERE [Forms]![Form1]![ComboBox1]=Yes;
ie the option chosen is in a table with values Yes/No.
This returns all the F_Name's from the Funds table rather than those marked Yes???
Any help would be greatly appreciated...
Thanks,
Paul