I need to check to make sure an entry "IsNumeric" but if a "-" Hyphen is included to seperate the years that will be ok. Like "01-03" is ok but if someone makes a mistake and enters "01-0w" (with a letter) I want to catch it and "Exit Sub" before it's entered in the database. That column in the database is "numeric" so I need to catch it when the "Enter" button is clicked to avoid the SQL Error.
I of course have tried "IsNumeric(NewName)" but obviously that won't work because of the "-"
What do I need to do? I'm brain dead today.
Rob
Just my $.02.
I of course have tried "IsNumeric(NewName)" but obviously that won't work because of the "-"
What do I need to do? I'm brain dead today.
Rob
Just my $.02.