Calculating with a Combo Box Field

S

SamDev

I'm using Access 2003.

I have created an invoice whereby when a product code is selected from a
combo box other combo boxes on my form are populated including unit price
based on the product code selected. I want to be able to multiply unit
prices times units shipped - problem, the combo box won't let me use that
field to calculate - at least i can't get it to - help needed - much
thanks!!!!!!!!!!!!!!!!!!!!!!!!!
 
S

Steve Schapel

SamDev,

I suggest you do this calculation in the Control Source of an *unbound*
*textbox*.
 
Top