danielschnarr
04-15-2004, 06:41 AM
Dim j As Integer
For j = 0 To 7
If chkTopping(j).Value = 1 Then pizza1(j) = Checked
If pizza1(j).Value = Checked Then
pizza1(j).Enabled = False
Next
End If
how do i get J to multiply by .20 if it is checked (value =1) for the cost of the topping on a pizza?
thanks
For j = 0 To 7
If chkTopping(j).Value = 1 Then pizza1(j) = Checked
If pizza1(j).Value = Checked Then
pizza1(j).Enabled = False
Next
End If
how do i get J to multiply by .20 if it is checked (value =1) for the cost of the topping on a pizza?
thanks