I want to perform a function called cancelorderonexit provided that customerid is Null ,the Yes/No control ChkStorehouse is set to True or the Yes/No field ChkWarehouse is set to True . Unfortunately the function below does not obey me, and the code is performed even though the ChkStorehouse...
I want to set the field Suborder from the table orders to true when i issuing an order.In my main form
i have a control with the following code
If Me!ChkSubOrder = True Then
strSQL = "UPDATE orders SET Suborder = True WHERE orderid= Me!orderid FROM orders)"
End If
However the field for the...
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.