Okay, I'm going to do my best to explain this.
I have a form "Estimate entry form" into which my users will enter data for an estimate - part number, description, and quantity. I have part number and part description in a combo box, and if the user selects a part number it will update the description and vice versa. This works perfectly (big thanks to those who helped!). However, I created a report which opens at the click of a button on the form with all the same data...and even though I have the control source set to
it returns the part number instead of the part description.
Does this make sense? Does anyone know how to make the part description show up in the part description box?
Thanks!
I have a form "Estimate entry form" into which my users will enter data for an estimate - part number, description, and quantity. I have part number and part description in a combo box, and if the user selects a part number it will update the description and vice versa. This works perfectly (big thanks to those who helped!). However, I created a report which opens at the click of a button on the form with all the same data...and even though I have the control source set to
Code:
SELECT =[Forms]![Estimate entry form]![PartDescription1]
Does this make sense? Does anyone know how to make the part description show up in the part description box?
Thanks!