beepstreet
Member
- Joined
- Oct 22, 2007
- Messages
- 7
- Programming Experience
- Beginner
Im new to vb and just needed abit of help with this question i have been given.
Its about writing a program that consists of items that are priced at Glass-2, Plate-4, Table-12 and how many are sold each week.
Ive done the how many they sell each week
TotalWeek = (Glass+Plate+Table)
txtTotalWeek.Text = CStr(Totalweek)
So when i type in my textboxes by Glass,Plate,Table it adds up how many that have been sold for the week.
But how do i add the cost of the items in relation to how many ive sold?
Thanks!
Its about writing a program that consists of items that are priced at Glass-2, Plate-4, Table-12 and how many are sold each week.
Ive done the how many they sell each week
TotalWeek = (Glass+Plate+Table)
txtTotalWeek.Text = CStr(Totalweek)
So when i type in my textboxes by Glass,Plate,Table it adds up how many that have been sold for the week.
But how do i add the cost of the items in relation to how many ive sold?
Thanks!