Hi,
MY PROBLEM:
I have two Combo Box (CB1, CB2) with diferent label and data values and a button two call a function that will multiplicate the data values in the two CB’s and show the result in a dynamic text box (DB).
Do you know about any posted thread’s, tutorials, examples, site’s that can help me doing something like this?
DB_result = (CB1*CB2)
:}