mithani
Registered User.
- Local time
- Tomorrow, 00:47
- Joined
- May 11, 2007
- Messages
- 291
Hello everyone,
The following SQL query is for my combo box where I am fetching records from QueryPurchaseParent table. I want to check one more table to see whether I have received invoice or not. If i have received invoice, should not show in my combo box. The second table name is SupplierInvoice and field is supplierInvoice
Can anyone help me please?
thanks
mithani
The following SQL query is for my combo box where I am fetching records from QueryPurchaseParent table. I want to check one more table to see whether I have received invoice or not. If i have received invoice, should not show in my combo box. The second table name is SupplierInvoice and field is supplierInvoice
Code:
SELECT QueryPurchaseParent.PurchaseOrderNo FROM QueryPurchaseParent;
Can anyone help me please?
thanks
mithani
Last edited: