April 11, 200718 yr I have a relation setup between my inventory table field "sku" and my supplierinventory table field "fk_sku" and it is a one to many. I have a record in the SupplierInventory table: ID: 5632 SupplierSku: 123 fk_sku: rv0365 etc... When I look in the inventory table, there is a portal that shows the item listed with the supplier for sku number rv0365 like it should BUT it ALSO lists it under the 0365 part number for some reason. Any ideas?
April 12, 200718 yr There is most likely a data type mismatch or something. Your part number field is probably set as a data type of number instead of text.
Create an account or sign in to comment