H
hoachen
I am create a form in Access 2003. Currently the form only show order# if it
is textbox, but when i change it to list box then it will not show any
result. The search criteria is base on the custID, if I entered the custID
and it will display all of the order# and the order Date that related to the
custID i just entered.
I requery it but this does not work!
SELECT table.[Order#]
FROM Table
WHERE ((Table.[CustID#])=Me.Form.CustOrderInf.Column(1));
search Text criteria field named: txtsearch
Listbox named: Order#
Form named: CustOrderInfo
Can anyone help?
is textbox, but when i change it to list box then it will not show any
result. The search criteria is base on the custID, if I entered the custID
and it will display all of the order# and the order Date that related to the
custID i just entered.
I requery it but this does not work!
SELECT table.[Order#]
FROM Table
WHERE ((Table.[CustID#])=Me.Form.CustOrderInf.Column(1));
search Text criteria field named: txtsearch
Listbox named: Order#
Form named: CustOrderInfo
Can anyone help?