Suprisingly, I have yet to find a straight forward response.
I have a subform (BillingSubform) that list what a person has bought.
When a new record is being entered..
Simply, when someone picks from the combobox (BillingCode) what they want, I want the unit price field (PerUnit) to be populated from
another table (BillingCodes) that lists the current per unit prices (CurrPerUnit). The current price is always changing.
Then after someone enters how many they want to buy (Units) I want it to calculate (Amount).
All of these fields I want added to the table that the subform (BillingSubform) is linked to
I have read SOOO many various syntax forms I am totally lost. I would like these "events" to be placed in the "On change" event. But nothing I do, expressions or vba code either nothing happens or I get an error about the syntax.
Where is the best place and the best syntax to get this done? Thanks!!
I have a subform (BillingSubform) that list what a person has bought.
When a new record is being entered..
Simply, when someone picks from the combobox (BillingCode) what they want, I want the unit price field (PerUnit) to be populated from
another table (BillingCodes) that lists the current per unit prices (CurrPerUnit). The current price is always changing.
Then after someone enters how many they want to buy (Units) I want it to calculate (Amount).
All of these fields I want added to the table that the subform (BillingSubform) is linked to
I have read SOOO many various syntax forms I am totally lost. I would like these "events" to be placed in the "On change" event. But nothing I do, expressions or vba code either nothing happens or I get an error about the syntax.
Where is the best place and the best syntax to get this done? Thanks!!