kazooie21
October 12th, 1999, 11:29 PM
I want the precentage raise to be (.05)and multiply it in the form. I've already entered the following code
[vbcode]
Const conPrompt As String = "Enter percentage raise"
Const conTitle As String = "Precentage Raise"
Dim intRaise As Integer
intRaise = Val(InputBox("Enter precentage raise", "Raise"))
End Sub
kazooie21
[vbcode]
Const conPrompt As String = "Enter percentage raise"
Const conTitle As String = "Precentage Raise"
Dim intRaise As Integer
intRaise = Val(InputBox("Enter precentage raise", "Raise"))
End Sub
kazooie21