Forum: Visual Basic 4 / 5 / 6 Sep 27th, 2007 |
| Replies: 10 Views: 3,742 lets say from Customer Table I have CustCode, CustName, CustAdd, CustTel. from my OrderList I have CustCode, PONum, ItemName, QTY, Amt.
I want to get all the records that my customer bought. e.i.... |
Forum: Visual Basic 4 / 5 / 6 Sep 27th, 2007 |
| Replies: 10 Views: 3,742 lets say from Customer Table I have CustCode, CustName, CustAdd, CustTel. from my OrderList I have CustCode, PONum, ItemName, QTY, Amt.
I want to get all the records that my customer bought. e.i.... |
Forum: Visual Basic 4 / 5 / 6 Sep 24th, 2007 |
| Replies: 10 Views: 3,742 can you please show me your code in LEFT JOIN. I really do not know how is it. thanks |
Forum: Visual Basic 4 / 5 / 6 Sep 23rd, 2007 |
| Replies: 10 Views: 3,742 hi to everyone,
Im creating an application which it can show all records of the two tables in single form. its like costumerTable and OrderList. how can i show a record of specific costumer from... |