mithani
Registered User.
- Local time
- Today, 18:37
- Joined
- May 11, 2007
- Messages
- 291
Hello,
I have two combo boxes, First combo I will select invoice number and when I click on my second combo, should bring all matching with same invoice number. I am trying the this sQL statement but not working.
SELECT QueryInvoiceChild.description FROM QueryInvoiceChild WHERE QueryInvoiceChild.InvoiceNo=form!combo19 ORDER BY [description];
Your help apprecaited.
mithani
I have two combo boxes, First combo I will select invoice number and when I click on my second combo, should bring all matching with same invoice number. I am trying the this sQL statement but not working.
SELECT QueryInvoiceChild.description FROM QueryInvoiceChild WHERE QueryInvoiceChild.InvoiceNo=form!combo19 ORDER BY [description];
Your help apprecaited.
mithani