Hi,
I doing a assignment at college, that requires me to create a
application that sells d.v.ds, calculates the income and quantity
sold.
I'm completely confused!
At the moment all I have is:
'variables
Dim NoExorcistSold As Integer
Dim NoHalloweenSold As Integer
Dim NoGrudgeSold As Integer
Dim NoElmstreetSold As Integer
Dim NoHostelSold As Integer
Dim NoHillshaveSold As Integer
Dim NoFriendsSold As Integer
Dim NoLostSold As Integer
Dim No
Dim ExorcistIncome As Integer
Dim HalloweenIncome As Integer
Dim GrudgeIncome As Integer
Dim ElmstreetIncome As Integer
Dim HostelIncome As Integer
Dim HillshaveIncome As Integer
Private Sub Form_Load()
'set number as 0 when program is opened
NoExorcistSold = 0
NoHalloweenSold = 0
NoGrudgeSold = 0
NoElmstreetSold = 0
NoHostelSold = 0
NoHillshaveSold = 0
End Sub
Private Sub CmdBuyExorcist_Click()
If QuantityExorcist.Text = "" Then
MsgBox "Please enter quantity required"
NoExorcistSold = NoExorcistSold * QuantityExorcist.Text
-------------------------------------------------
i need the messagebox to display the quantity entered into a textbox.
any help would be much appriciated.
thank you.
Jan Hyde (VB MVP) - 14 Apr 2008 09:06 GMT
minaxi87 <fieasta_01@hotmail.com>'s wild thoughts were
released on Fri, 11 Apr 2008 10:34:57 -0700 (PDT) bearing
the following fruit:
>Hi,
>I doing a assignment at college, that requires me to create a
>application that sells d.v.ds, calculates the income and quantity
>sold.
>
>I'm completely confused!
Please don't multipost.
J
>At the moment all I have is:
>
[quoted text clipped - 41 lines]
>
>thank you.
--
Jan Hyde
https://mvp.support.microsoft.com/profile/Jan.Hyde