C
Chris Beardsley
My table is Tbl_QuestionBank and I have a field CDB_id
that identifies a course. My drop-box is called Quicklist
and consist of fields CDB_id (hiden key) and a text
field. When I select a field in the drop box, I am asked
to give a value for quicklist. I put togeather a debug to
show the values and the quicklist keeps appearing with " "
so I have even tried a val() statement to no evail.....
Please help! Here is my current code I am trying....
Me.RecordSource = "Select * from Tbl_QuestionBank
where CDB_ID = val(Quicklist)"
Refresh
Me.TQ_Topic.SetFocus
that identifies a course. My drop-box is called Quicklist
and consist of fields CDB_id (hiden key) and a text
field. When I select a field in the drop box, I am asked
to give a value for quicklist. I put togeather a debug to
show the values and the quicklist keeps appearing with " "
so I have even tried a val() statement to no evail.....
Please help! Here is my current code I am trying....
Me.RecordSource = "Select * from Tbl_QuestionBank
where CDB_ID = val(Quicklist)"
Refresh
Me.TQ_Topic.SetFocus