Aerowolf
Programmer
- Nov 6, 2002
- 64
I have the following tables: Customers, ShipTo, Orders
In the shipto table, I have the following shipto ids for one customer: 66S & 66s (note the capital and lower-case S)
When I have my order screen up and I bring up an order for shipto id 66s, I get 2 copies of the same order, one for each shipto id.
How can I make sure the link between orders and shipto finds the right shipto id?
Edwin
In the shipto table, I have the following shipto ids for one customer: 66S & 66s (note the capital and lower-case S)
When I have my order screen up and I bring up an order for shipto id 66s, I get 2 copies of the same order, one for each shipto id.
How can I make sure the link between orders and shipto finds the right shipto id?
Edwin