I have a form called "Add Product Details" in which there are areas where I have SQL statements that lookup a value based upon a previous box on the form. The SQL statements are [Forms]![formname]![boxname]
For some reason on the Price...... I can add the formname to the SQL statement but each time I open the form, the form name within the SQL statement gets removed and replaced with the word "form". Why is it donig that?
Here is the SQL statement: (dd Product Details is the form name and ID is the previous text box)
SELECT Price1.Price, Price1.WidthxHeight_ID FROM Price1 WHERE (((Price1.WidthxHeight_ID)=[Forms]![Add Product Details]![ID]));
Thank you for any help!!
For some reason on the Price...... I can add the formname to the SQL statement but each time I open the form, the form name within the SQL statement gets removed and replaced with the word "form". Why is it donig that?
Here is the SQL statement: (dd Product Details is the form name and ID is the previous text box)
SELECT Price1.Price, Price1.WidthxHeight_ID FROM Price1 WHERE (((Price1.WidthxHeight_ID)=[Forms]![Add Product Details]![ID]));
Thank you for any help!!