G
Grassy7
I'm trying to find a code to enter so that when I select or enter a Product
Name into my subform, the UnitPrice will automatically appear making it user
friendly. I actually have the products in a combo box. I have the code in
the AfterUpdate Even Procedure: "Me.UnitPrice = Me.ProductName". Now, when
I select the first product from the combo box, the price jumps to $1.00
(wrong price). The prices increase by one when I select the next products
from the combo box. Any ideas???
Name into my subform, the UnitPrice will automatically appear making it user
friendly. I actually have the products in a combo box. I have the code in
the AfterUpdate Even Procedure: "Me.UnitPrice = Me.ProductName". Now, when
I select the first product from the combo box, the price jumps to $1.00
(wrong price). The prices increase by one when I select the next products
from the combo box. Any ideas???