I have imported twice sales history into Microsoft RMS and it keeps assigning the wrong customer account to the TransactionNumber. I have reviewed what I'm importing over and the file is correct with the correct customer account with the correct transaction number. The file has no blanks and I'm only importing the six columns listed below in the TransactionEntry table and four columns in the Transaction table. This bulk importation is done through SQL Server Management Studio. The file imports successfully without issue but I'm having the problem listed above happen.
Columns for TransactionEntry table:
TransactionNumber ItemID Quantity Cost FullPrice Price
Columns for Transaction table:
Time TransactionNumber CustomerID SalesTax Total
*This post is locked for comments