J
Jacinda
Why doesn't this work:
Me.Box = Nz(DMax("[box]", "TShipTemp", "[order]=" & Me.Order), 0) + 1
(this is in my before insert event of my sub form)
I am trying to set up a shipping screen, so that everytime my shipper goes
to the next line it will add a box number , (box 1, box 2 etc)... but this
only returns 1 for every line. How do I get this to work? or should I be
using a different code?
-Jacinda
Me.Box = Nz(DMax("[box]", "TShipTemp", "[order]=" & Me.Order), 0) + 1
(this is in my before insert event of my sub form)
I am trying to set up a shipping screen, so that everytime my shipper goes
to the next line it will add a box number , (box 1, box 2 etc)... but this
only returns 1 for every line. How do I get this to work? or should I be
using a different code?
-Jacinda