Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a database where one of the fields are numeric for example "0755", there will be some function that detects me if there is any data that has been mistakenly typed with a letter "075b"
IsNum(yourfield)
Thank you.