chefdaveross
Registered User.
- Local time
- Today, 14:05
- Joined
- Aug 31, 2007
- Messages
- 81
I have 2 subforms loaded into one form.
One has pricing data and the other has yeild data.
I would like to be able to divide the last price on subform by my yeild percentage on my other subform and have the cost next to it
If I build the text box in yeild subform in expression builder it looks like this
Forms![ITEM2]![item_pricing subform1].Form![cost] / [percentage]
Item_id prep percentage Text6
1 cleaned 97.00% $2.84
My problem is that I would like to have the last record of:
Forms![ITEM2]![item_pricing subform1].Form![cost]
be divided by
[percentage]
Is there a last of expression I can use?
thanks
One has pricing data and the other has yeild data.
I would like to be able to divide the last price on subform by my yeild percentage on my other subform and have the cost next to it
If I build the text box in yeild subform in expression builder it looks like this
Forms![ITEM2]![item_pricing subform1].Form![cost] / [percentage]
Item_id prep percentage Text6
1 cleaned 97.00% $2.84
My problem is that I would like to have the last record of:
Forms![ITEM2]![item_pricing subform1].Form![cost]
be divided by
[percentage]
Is there a last of expression I can use?
thanks