please help me, im new to VB

jonnyboy89

New member
Joined
Sep 29, 2009
Messages
1
Programming Experience
Beginner
Hello im very new to this and im trying to learn as i go but my job isnt in this field so i dont know very much about it at all.

The story.

Im an accountants assistant and i have volunteered to try and create a program/application to produce quote information for possible sales of machines.

I have an access database stored on the network with all the machinery details, model number, price etc, this will be modifed over time with new prices and new models etc. im using Visual Basic 2008 Express Edition.

Ive spent the last week trawling through tutorials and web pages trying to do as much as i can myself but i havent been as succesful is i hoped i would be.

The set up of the application needs to be

First window

Date of quote - Combo box, date picker
Quoted by - Combo box, list of sales staff
Company - Text box to be entered manually by user
Address line 1 - Text box to be entered manually by user
Address line 2 - Text box to be entered manually by user
City - Text box to be entered manually by user
Postcode - Text box to be entered manually by user
Region - Text box to be entered manually by user
Contact No. - Text box to be entered manually by user
Contact name - Text box to be entered manually by user

Next Botton - Button showing the next window and hiding the first one

Second window

Model - Combo box, linked to the database
Capacity - Label with data linked from the database (currency)
Basic - Label with data linked from the database (currency)
Manual Boom - Label with data linked from the database (currency)
Battery - Label with data linked from the database (currency)
LMI - Label with data linked from the database (currency)

This is as far as ive got, i need to put on a calcuate button to calculate the total price so far on the second window.

Realy sorry about this huge first post but im soooo stuck
 
Back
Top