Viewing 2 posts - 1 through 2 (of 2 total)
Thank you for the tip, it's little stuff like that that causes hours of frustration.
I think my worst example of that is when I use <> XXX criteria in...
May 5, 2004 at 11:16 pm
#505401
Oh, great, so, when it creates a new record it sets the order_no to Max(order_no BETWEEN @MinProduct and @MaxProduct) + 1
Where @MinProduct is:
Case Product
Case A
000000
Case B
100000
Case C
200000
Case...
May 5, 2004 at 9:56 am
#505333