Results 1 to 3 of 3
  1. #1
    Thompyt is offline Expert
    Windows 8 Access 2010 32bit
    Join Date
    Sep 2014
    Location
    El Paso, TX
    Posts
    862

    Query from POP-up box

    I can get the pop-up box query to run fine, but I have a question on how to set a range in the pop-up. The format is ###.## ie: 300.00, but I would like to include anything under the 300.## (330.01, 300.02 to 300.99)



    How is this done? I have tried $$, **, ## as wildcards.

    Thanks

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Wildcards are for text fields, not number or date.

    You can use logical operators: <, >, <=, =>, =, <>, BETWEEN [value1] AND [value2]
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Thompyt is offline Expert
    Windows 8 Access 2010 32bit
    Join Date
    Sep 2014
    Location
    El Paso, TX
    Posts
    862
    I used some other fields in the Table to brewak it down to where i could see the required data without using a pop-up.

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

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