I present a textbox where the user knows to enter only text (upper case,
lower case or a mixture) and/or numbers. Also no spaces.

I can use trim to remove spaces.....but how to check for just alphabetic
characters and numbers, please?

Regards.