I have this sql statement and i need to include Rec_Qty and Del_Qty in the where clause how is this possible please
SELECT depot, loadno, partno, quantity,
case when type = 'S' THEN
quantity * -1
ELSE
0.00
END Rec_Qty,
CASE WHEN type <> 'S' THEN...
I have a user control (control1) situated in another user control (control2).
When I leave control1 the leave event is called twice and some strange things happen that i can't quite understand. Have anyone had this problem before and how did they overcome it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.