I have what I assume is an easy question.
I have a form that needs to have a combo box and text box. What I want to do is have the combo box list our items, and the text box have our item numbers populate based upon the item description selected from the combo box.
Two problems; 1) Some of our items show up multiple times in the table, I need to only show each description once. 2) I thought I had the item number text box working ok, but whenever I open the form it populates it with the first item number, while the description in the combo box is blank?
Any help would be greatly appreciated.
P.s. is there a way to do this without using code?
Thanks, Paul
I have a form that needs to have a combo box and text box. What I want to do is have the combo box list our items, and the text box have our item numbers populate based upon the item description selected from the combo box.
Two problems; 1) Some of our items show up multiple times in the table, I need to only show each description once. 2) I thought I had the item number text box working ok, but whenever I open the form it populates it with the first item number, while the description in the combo box is blank?
Any help would be greatly appreciated.
P.s. is there a way to do this without using code?
Thanks, Paul