I have an order-entry database that I pick up the item# from and want to auto-fill the price. However, the price is based on a calculation of the Price/Ton and Wt/Ft and is a Price/Ft price. If I try to use the Price/Ton (not a calculation) it works fine. If I use the Price/Ft, it does nothing. The item is selected from a lookup (query) that has four fields (item, wt/ft (calculated), price/ton, and price/ft(calculated). I am using the following After update event when I select the item.
Me.Price = Me.Combo17.Column(3)
As I said, if I substitute Column(2), it picks up the price/ton. What am I doing wrong? I have searched this site and tried different scenerios for 2.5 hours - I'm stuck.
Thank you
Me.Price = Me.Combo17.Column(3)
As I said, if I substitute Column(2), it picks up the price/ton. What am I doing wrong? I have searched this site and tried different scenerios for 2.5 hours - I'm stuck.
Thank you