Hi everyone,

I've a school project to complete in two weeks time, but to cut a long story short, the tutor has been a total disappointment and spends the whole class elsewhere and leaving us to our own devices. I consider myself competent enough to be taught, but I'm having to self-teach through books and via online and still can't get the hang of programming in VB.

This is my coursework specification (for the program I have to write in VB6) http://seansstudy.webs.com/computing...20software.doc

I have to make it clear that I'm not asking anyone to do my project; I know it's my effort but I do need a lot of help.

  1. We basically have to make a program that can store a list of product names, product codes and their stock level. -- I have worked out I need to use an array for this, right? I've stored the variables as string but someone else has used a record (not sure even what this is)
  2. It then has to prompt users to ask them to search for a product, and then output a display with the details (product name, code and stock level) in a column of 3.

    If anyone could gimme a little help I'd appreciate it.