I have searched the forum for the amswer to this question and have found something that partially works. I want to input info to a combobox. The table holds partnumber, description,cost and weight. I choose partnumber from the dropdown in the combobox and want description, cost and weight to automatically populate the appropriate fields in the form. I made a query for the appropriate info and used =[partnumber].[Column](1) in the first field and it works fine, but if I try to use the other 2 columns =([partnumber].[Column](2),=[partnumber].[Column](3), nothing shows up! What am I doing wrong?