Hi:
Running VFP8 I am trying to write an ordering system.
What I want is the order detail to have a unique and ascending line number - that resets for each order.
So order 1234 can have lines 1,2,3
So order 1235 can have lines 1,2,3 - not 4, 5, 6 which AutoInc will do!
In other words can I reset AutoInc for each order? Or do I ned to do something else?
Thanks!
Running VFP8 I am trying to write an ordering system.
What I want is the order detail to have a unique and ascending line number - that resets for each order.
So order 1234 can have lines 1,2,3
So order 1235 can have lines 1,2,3 - not 4, 5, 6 which AutoInc will do!
In other words can I reset AutoInc for each order? Or do I ned to do something else?
Thanks!