pankajeshwara
Registered User.
- Local time
- Today, 18:04
- Joined
- Nov 17, 2001
- Messages
- 10
i have a form ..reservation form and in this form i have a subform called products.
a client calling in to reserva a room can request ny number of products therefore the product form is in the reservation form.
what actually the problem is that there are two fields in the products subform and i want to output their total in another field.
vatPortion = (netVipCost - netSupplierCost)* 0.1
i have tried everything ..including vbcode where it says that you cant acces a control unless you have focus on it .... i tried to put the event on the vatPortion's gotfocus event.
and i tried expression builder which says that the form is closed or not loaded.
help please.
a client calling in to reserva a room can request ny number of products therefore the product form is in the reservation form.
what actually the problem is that there are two fields in the products subform and i want to output their total in another field.
vatPortion = (netVipCost - netSupplierCost)* 0.1
i have tried everything ..including vbcode where it says that you cant acces a control unless you have focus on it .... i tried to put the event on the vatPortion's gotfocus event.
and i tried expression builder which says that the form is closed or not loaded.
help please.