I hope this is not so simple that it embarrasses me.
I have a form with two combo boxes. Box1 has the ProductName and the control source is the ProductName field in the Product table.
Box2 is the ProductSize and the control source is the ProductName field also.
When I enter a ProductName in Box1, Box2 updates with the appropriate ProductSize in Box2.
The problem is, that I want to do a calculation on the ProductSize in Box2. The value shown in Box2 appears to be a number (30) but actually it is the ProductName (Bolts) and I can't add that value.
Is there a way to pass the displayed value to either the table or to another field on the form?
Thanks
I have a form with two combo boxes. Box1 has the ProductName and the control source is the ProductName field in the Product table.
Box2 is the ProductSize and the control source is the ProductName field also.
When I enter a ProductName in Box1, Box2 updates with the appropriate ProductSize in Box2.
The problem is, that I want to do a calculation on the ProductSize in Box2. The value shown in Box2 appears to be a number (30) but actually it is the ProductName (Bolts) and I can't add that value.
Is there a way to pass the displayed value to either the table or to another field on the form?
Thanks