kabir_hussein
Registered User.
- Local time
- Today, 11:51
- Joined
- Oct 17, 2003
- Messages
- 191
Hi i have a form and a subform. the subform has prices and the then the main form shows the lowest price and totals that against a percentage increase to sell to customers.
what i have done is done a after update code on the subform but keep getting an error on the code.
here is the code im using
Me.Forms![Partnewadd]![Price] = Me.Forms![Partnewadd]![Text12]
Me.Forms![Partnewadd]![PriceToSell] = Me.Forms![Partnewadd]![Text72]
the bold text is what the VB highlights as wrong.
does anyone know what i am doing wrong
many thanks
what i have done is done a after update code on the subform but keep getting an error on the code.
here is the code im using
Me.Forms![Partnewadd]![Price] = Me.Forms![Partnewadd]![Text12]
Me.Forms![Partnewadd]![PriceToSell] = Me.Forms![Partnewadd]![Text72]
the bold text is what the VB highlights as wrong.
does anyone know what i am doing wrong
many thanks