Can someone please help me write an SQL expression through a query to find all the AIN values in this solar data set where the last 3 digits of the number are greater than or equal to 900? I've tried using "Right([AIN],3) and it does not work. Thanks.