H
hoachen
I have a form to search the studentId and then display in listbox or combobox
for order# and orderDate but it only display one record. I would like it to
display all the order# by the student i type in search unbound box.
Anyone spot the mistake?
Column count: 2
Column width: 2";2"
Bound Column: 1
Row sources is from the query below
SELECT Table.[Order#], Table.OrderDate
FROM Table
WHERE
(((
.[Student#])=Me.Form.StudentInfo.Form.CustInfoStuNo.Column(1)));
for order# and orderDate but it only display one record. I would like it to
display all the order# by the student i type in search unbound box.
Anyone spot the mistake?
Column count: 2
Column width: 2";2"
Bound Column: 1
Row sources is from the query below
SELECT Table.[Order#], Table.OrderDate
FROM Table
WHERE
(((