aron.ridgway
Registered User.
- Local time
- Today, 20:07
- Joined
- Apr 1, 2014
- Messages
- 148
I am after some advice, i want to track how many orders a user makes. So every time they place an order it increments 1 after each order.
I currently have the following tables,
Order
OrderDetail
User
Should i create an UserOrderHistory table?
Eventually i want this information to form part of an order number. eg
196(order primary key) AR (UsersInitials) /23 (number of orders User has placed)
Any advice on the best way to achieve this would be great!
thanks
I currently have the following tables,
Order
OrderDetail
User
Should i create an UserOrderHistory table?
Eventually i want this information to form part of an order number. eg
196(order primary key) AR (UsersInitials) /23 (number of orders User has placed)
Any advice on the best way to achieve this would be great!
thanks