Hey aLL,
TRying to display a query with the following query:
====================================================
SELECT tickets.*
FROM tickets
WHERE tickets.datein = [Forms]![Form1]![Combo4].value;
=======================================================
I hit the button that runs the query and it either does nothing or just says "you have canceled the previous operation" ????
What am i doing wrong ?
-Steve
TRying to display a query with the following query:
====================================================
SELECT tickets.*
FROM tickets
WHERE tickets.datein = [Forms]![Form1]![Combo4].value;
=======================================================
I hit the button that runs the query and it either does nothing or just says "you have canceled the previous operation" ????
What am i doing wrong ?
-Steve