Hi everyone! I need a little help with a calculator i am developing. Heres the layout...... 3 text boxes(each one labeled firstnumber,secondnumber, and product). Also i have 4 option buttons(add,subract,multiply, and divide) and i have one command button that calculates the totals from the first two text boxes. Now how do i write the code for the option buttons so that when i click each one of them they will add , sub, multiply and divide. When i try to write the code different ways i keep getting compile error. Also do i put most of the code in the command button, so when i click it the input in the first two text boxes either adds them, subtracts them, multiplys or divides?? Thanks for any help you can give me.