|
-
Nov 8th, 2004, 05:02 PM
#1
Thread Starter
Addicted Member
resolved
i have a new project, its like this...
i have a main form, that is all menu driven. i do this
VB Code:
Private Sub mnuFileNewCharter_Click()
'Brings up the NewCharter Form.
frmNewCharter.Show vbModeless
End Sub
...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".
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
Last edited by jlbovo; Nov 8th, 2004 at 10:16 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|