i have a new project, its like this...
i have a main form, that is all menu driven. i do this
...and that bring me to my NewCharter form. there i have 1 txt box that for the 'Responsible Party:' for their name. and another txtbox for 'Hours Chartered".VB Code:
Private Sub mnuFileNewCharter_Click() 'Brings up the NewCharter Form. frmNewCharter.Show vbModeless End Sub
i have a list box that is for "Size" in the list box is the values 22,24,30,32,36,38,45. and then i have a combo box, which is "Yacht TypE". what i need to do is have the value in the Hours Charted box, multiplied by what value is selcected from the "size" list box. but the thing is depending on the size, i need it to be mulitpled by somethin specific.
22-95
24-137
30-160
32-192
36-250
38-400
45-550
let me know if you cant help. it would be apperciated. -justin
