Results 1 to 11 of 11

Thread: one final project ! resolved!!!!

Threaded View

  1. #1

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

    Resolved one final project ! resolved!!!!

    ok this is it, the last program for class, and i think its hard. its a simple idea but i cant put it into code. it for a car repair garage, and they sell there own spark plugs. you would use this prog to look up the garages part number of the spark plug. the user picks brand, then input part number, presses Lookup, and it should display the Garages part number equivenlet to the brand and part number input by user.
    i have once basic form, where user will select the Brand from (lstBrand) and then in a text box(txtPartNumber) the user will input the part number. so im pretty sure i have to either create a two-dimension table, or an array of user-def date type. i am perfering the 2Dtable. i have command button (cmdLookUp) and then in one last label it displays the Garages part number in a Label (lblVBPartNumber).
    -so far thsi is all i have for the table
    VB Code:
    1. Dim strPartNumber(0 to 8, 0 to 3) as String
    i have 9x4 tabl for the data..any help would be great !! thanks - justin
    Last edited by jlbovo; Dec 3rd, 2004 at 01:13 AM.

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