Hi everyone. I have a very simple item I would like to do; however, it doesn't seem to be working properly. I have a QuoteProducts table that has a combo box for the Product Number showing columns for Product Number, Product Name, Description, Size, and UOM from the Products table. Each of these fields are used in my form to pull in the data using =[ProdNo].[Column](X). I need to add a new column in the combo box called Description 2 so that I can pull the additional description into my form by the same formula. I have added the field to the Products table, and gone into the QuoteProducts table and added the Desc2 field to the query for the combo box at the end of the query; however, when I go to my form and enter the formula in a text box using the formula nothing is pulling up. The combo box has the following columns from the Product table: ID, Product Number, Product Name, Description, Size, UOM, Price, and Desc2.
Any thoughts?
Thank you for your assistance.