Results 1 to 4 of 4
  1. #1
    LogicTeam1 is offline Novice
    Windows 8 Access 2007
    Join Date
    May 2017
    Posts
    3

    Novice needs help writing a query. Thank you!


    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.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    select *, Right([ain],3) from table where Right([ain],3) >899

  3. #3
    LogicTeam1 is offline Novice
    Windows 8 Access 2007
    Join Date
    May 2017
    Posts
    3
    I'm sorry, could you be more descriptive about which cells I put those formulas in? Thank you!

  4. #4
    LogicTeam1 is offline Novice
    Windows 8 Access 2007
    Join Date
    May 2017
    Posts
    3
    I figured it out. THanks again for your help.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 07-23-2016, 09:08 PM
  2. Replies: 7
    Last Post: 12-15-2015, 06:33 PM
  3. Writing a Query!
    By dsaxena15 in forum Queries
    Replies: 1
    Last Post: 11-15-2012, 03:35 PM
  4. Help with writing Query If Then Condition
    By taimysho0 in forum Queries
    Replies: 4
    Last Post: 01-20-2012, 06:09 PM
  5. Replies: 3
    Last Post: 07-18-2011, 08:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums