Hello all,
so I have a form that I have based one combo box on another one, basically I have a list of parts with part numbers and descriptions, when I put in the part number it brings in the description, all works well and I have no issues with that. The problem that I am having is that I want the form in datasheet view, when I do that I can select the part number in the first record and it will update the description in the first record but when I go to the second record and select a part number it clears the description from the first record. Now I know that the reason for this is because I put in an after update on the part number combo box to clear the description so that I can change the part number and it will update properly to the new description, what I dont know is is there another way to make this happen so that my description stays from record to record but will update if I change the part number?
so I have a form that I have based one combo box on another one, basically I have a list of parts with part numbers and descriptions, when I put in the part number it brings in the description, all works well and I have no issues with that. The problem that I am having is that I want the form in datasheet view, when I do that I can select the part number in the first record and it will update the description in the first record but when I go to the second record and select a part number it clears the description from the first record. Now I know that the reason for this is because I put in an after update on the part number combo box to clear the description so that I can change the part number and it will update properly to the new description, what I dont know is is there another way to make this happen so that my description stays from record to record but will update if I change the part number?