Results 1 to 6 of 6

Thread: resolved

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2004
    Location
    youngstown, oh
    Posts
    202

    Resolved resolved

    i have a new project, its like this...
    i have a main form, that is all menu driven. i do this
    VB Code:
    1. Private Sub mnuFileNewCharter_Click()
    2. 'Brings  up the NewCharter Form.
    3.  
    4. frmNewCharter.Show vbModeless
    5. 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
  •  



Click Here to Expand Forum to Full Width