Sw0rdfish149
Programmer
Hi everyone,
This may sound stupid but how would I format 2 textboxes in an array of several textboxes to only accept numbers?
I want to do this through code as well, in this kind of way:
If txtQuantityRemaining(X).Text = "" Then
MsgBox "Please Fill in the Quantity Remaining."
Exit Function
End If
where X is the array number.
cheers
Sw0rdfish149
This may sound stupid but how would I format 2 textboxes in an array of several textboxes to only accept numbers?
I want to do this through code as well, in this kind of way:
If txtQuantityRemaining(X).Text = "" Then
MsgBox "Please Fill in the Quantity Remaining."
Exit Function
End If
where X is the array number.
cheers
Sw0rdfish149