Hello, I have a form (Orders) with a subform (OrderDetails) that have a fields like a Barcode(from tblBarcode), ProductID(tblProducts), ProductName(tblProducts) and etc.
I want to union Barcode and ProductID fields into one where I can type ProductID.Value or Barcode.Value(if have Barcode) and fill in ProductID.Value in the same field.
;-) Or union three of them BarCode,ProductID,ProductName if can.
Thank's for a help in advance.
I want to union Barcode and ProductID fields into one where I can type ProductID.Value or Barcode.Value(if have Barcode) and fill in ProductID.Value in the same field.
;-) Or union three of them BarCode,ProductID,ProductName if can.
Thank's for a help in advance.