W
Wendy
Hi Guru's
I'm really sorry, you must be so sick of this question. But I've searched
extensivley for a solution to my "hacked" code without any luck.
I just want to add the <All> option to my combo box. <sniff>
The value is set in the rowsource of my combo box located on a form
Any pointers on where i'm going wrong. Thanks again
SELECT tblTopic_Sub.Topic_Sub_Description, tblTopic_Sub.Topic_Sub_Main_ID,
tblTopic_Sub.Topic_Sub_Active FROM tblTopic_Sub UNION SELECT '(All)', null
FROM tblTopic_Sub WHERE
(((tblTopic_Sub.Topic_Sub_Main_ID)=[Forms]![frmTopic_MCQ_Mainform]![Topic_MCQ_Main_ID]) AND ((tblTopic_Sub.Topic_Sub_Active)=Yes));
I'm really sorry, you must be so sick of this question. But I've searched
extensivley for a solution to my "hacked" code without any luck.
I just want to add the <All> option to my combo box. <sniff>
The value is set in the rowsource of my combo box located on a form
Any pointers on where i'm going wrong. Thanks again
SELECT tblTopic_Sub.Topic_Sub_Description, tblTopic_Sub.Topic_Sub_Main_ID,
tblTopic_Sub.Topic_Sub_Active FROM tblTopic_Sub UNION SELECT '(All)', null
FROM tblTopic_Sub WHERE
(((tblTopic_Sub.Topic_Sub_Main_ID)=[Forms]![frmTopic_MCQ_Mainform]![Topic_MCQ_Main_ID]) AND ((tblTopic_Sub.Topic_Sub_Active)=Yes));