Need some help with this command...Access VBA gives me an error on this: Compile Error...Expected Expression over the (Like) part of the command
elseif me.adjustmentfield Is Null OR Not Like "*[!0-9]*" then
MsgBox Prompt:="Only Whole Numbers Can be Entered...Try Again!", Buttons:=vbOKOnly, Title:="Quantity Invalid"
thanks in Advance
elseif me.adjustmentfield Is Null OR Not Like "*[!0-9]*" then
MsgBox Prompt:="Only Whole Numbers Can be Entered...Try Again!", Buttons:=vbOKOnly, Title:="Quantity Invalid"
thanks in Advance