K
Kim
Hi,
how do I limit a query that fills a combo box based on a value on a form?
what property do I need to address on the Combo?>
right now I have this in the rowsource
SELECT viewSingeClassDates.classDATESID, viewSingeClassDates.classDATES FROM
viewSingeClassDates WHERE viewSingeClassDates.classdatesID=classDatesID;
there is a classdatesID value ont he form
what am I doing wrong?
I get the the full results of the query as opposed to the limited results
based on the classdatesID
Help
Thanks in Advance
Kim
how do I limit a query that fills a combo box based on a value on a form?
what property do I need to address on the Combo?>
right now I have this in the rowsource
SELECT viewSingeClassDates.classDATESID, viewSingeClassDates.classDATES FROM
viewSingeClassDates WHERE viewSingeClassDates.classdatesID=classDatesID;
there is a classdatesID value ont he form
what am I doing wrong?
I get the the full results of the query as opposed to the limited results
based on the classdatesID
Help
Thanks in Advance
Kim