Hi Everyone,
I have two tables, Customer and Orders it has a relationship by AccountID. Each customer will have multiple orders. Everytime I added a new order to Orders database for a customer, the listview shows up another record of the same customer except order is different Why is that? Could it the Relationship with AccountID?. I have 2 listviews. One is for Customer info and the other will show all the orders from the individual customer when I click on that customer. What SELECT statement do I use? or is there a better way?
I have two tables, Customer and Orders it has a relationship by AccountID. Each customer will have multiple orders. Everytime I added a new order to Orders database for a customer, the listview shows up another record of the same customer except order is different Why is that? Could it the Relationship with AccountID?. I have 2 listviews. One is for Customer info and the other will show all the orders from the individual customer when I click on that customer. What SELECT statement do I use? or is there a better way?