First get the values available in "Tickets" and "Price" fields
and Multiply both the values and keep in one Variable and Use that value where ever you want
'You can use this variable as a parameter and pass to your desired place
and Multiply both the values and keep in one Variable and Use that value where ever you want
Code:
Dim No_of_Tickets,Price_of_Tickets
No_of_Tickets=Object.getroproperty("value")
Price_of_Tickets=Object.getroproperty("Value")
Result=No_of_Tickets*Price_of_Tickets
msgbox "Price of Tickets"&Result
'You can use this variable as a parameter and pass to your desired place