D
Dan
What is the keyword for integers? I want to say something
like:
If Me.hold = "Unlimited" Then
Hold_Time = "Unlimited
Else If Me.hold = Integer Then
Hold_Time = ...
Else MsgBox "Not a Valid Amount of hold time
End If
Also is the "Else If" correct code or is it different?
Thanks
like:
If Me.hold = "Unlimited" Then
Hold_Time = "Unlimited
Else If Me.hold = Integer Then
Hold_Time = ...
Else MsgBox "Not a Valid Amount of hold time
End If
Also is the "Else If" correct code or is it different?
Thanks