I need a little MVB help.
I need to code the following string for a back order module:
Dim strNewOrderPK As String, strOrderPK As String
strOrderPK = [OrderPK]
string (strNewOrderPK) = New Order (OrderPK) (is equal to) New Orders Back OrderPK (BOOrderPK) (that is the same as) Old OrderPK (strOrderPK)
Thanks
I need to code the following string for a back order module:
Dim strNewOrderPK As String, strOrderPK As String
strOrderPK = [OrderPK]
string (strNewOrderPK) = New Order (OrderPK) (is equal to) New Orders Back OrderPK (BOOrderPK) (that is the same as) Old OrderPK (strOrderPK)
Thanks
Last edited: