Hi again,
I posted a question a few minutes ago, but I am suddenly having a different problem. (In addition to the other one)
I have several Forms that contain a ComboBox and several TextBoxes.
The ComboBox is linked to the Product Name column of the corresponding Table and, in turn, the TextBoxes pull relevant info based on the ComboBox Selection.
However, in selecting an Item using the ComboBox, the first item on the corresponding Table changes to a number and the rest of the cells in that row change to a different value, as if i am telling it to copy all the data from row 5 to row 1.
All I am trying to do is View the data from the Table, not edit it.