I have a table called "NEWETR1" and am using a Select Query using the "like" statement to find a specific "ETR". The ETR number has the format 2003-0001 and is a text field. Query works fine and opens my Read_ETR Form and shows me all the data. What I need is a way to check for input errors. Tried using validation on table level and on form level. Is there a way to check for invalid entry in sql query itself. Things I want to check for are Null entry, Invalid format, (anotherwords something other then 2003-0001) i.e. 2003-001 and range checking which eludes me because the table has ETR's from years as far back as 1984-0001 to present, so it's not as simple as doing Max/Min. Any ideas greatly appreciated.
Jim
Jim