Almost feel like I'm cheating coming here to ask rather than doing all the research and homework myself...
Anyway, I have a button that calculates a value, and I want to then populate a field on my form with that value. I've successfully calculated the value (and have a msgbox to confirm it), but I'm not sure where to go to populate the field.
I know how to write and entire record into a table, but I don't want to go to all that trouble if I don't have to.
The table linked to the form is StudyData, the form is frmDataEntry, the vaule is NewWONumber and the field is WorkOrderNumber.
Any help appreciated, Rob
Anyway, I have a button that calculates a value, and I want to then populate a field on my form with that value. I've successfully calculated the value (and have a msgbox to confirm it), but I'm not sure where to go to populate the field.
I know how to write and entire record into a table, but I don't want to go to all that trouble if I don't have to.
The table linked to the form is StudyData, the form is frmDataEntry, the vaule is NewWONumber and the field is WorkOrderNumber.
Any help appreciated, Rob