John Cassell
Well-known member
- Joined
- Mar 20, 2007
- Messages
- 65
- Programming Experience
- Beginner
Hi There,
can someone help me achieve this pls..
I need a datagrid where I can load data so it looks like the image below.
This would be no problem but I need a small change. There is an "product" table with a column for Item, Name and Price. The price refers to a standard fixed price. However, some customers will have a special price which differs from this, so I guess I need a new table called "customerprices". How do I then get it to check the customer and load either a) the standard price or b) the special price (if one exists)?
Any help would be greatly appreciated.
Thanks
John
can someone help me achieve this pls..
I need a datagrid where I can load data so it looks like the image below.
This would be no problem but I need a small change. There is an "product" table with a column for Item, Name and Price. The price refers to a standard fixed price. However, some customers will have a special price which differs from this, so I guess I need a new table called "customerprices". How do I then get it to check the customer and load either a) the standard price or b) the special price (if one exists)?
Any help would be greatly appreciated.
Thanks
John