StargazeR82
MIS
This is more of a database design question I suppose. I have two tables...one called ORDER and one called PRODUCT. The relationship between these two is many to many. I was wondering how to connect the tables so that an instance of ORDER can contain multiple PRODUCTs. I can't think of a very efficient way to do this. Any help is greatly appreciated.