Results 1 to 2 of 2
  1. #1
    1copse is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Aug 2012
    Posts
    1

    Possible to Input a Range and then Query within that Range?

    I have little experience with Access. I work in the legal field and I am designing a database to organize and track CDs of discovery we are receiving from opposing counsel.



    Each CD contains documents and each page of each document is assigned a unique number. An individual CD will contain any number of documents (from < 10 to several thousand), and each CD is labeled with the range of document numbers it contains (e.g. CD #7 contains Doc. pgs 7656 - 8902).

    What I want to do is run a query for a specific document page (e.g. page 7998) and find the CD that contains it.

    Is it possible to enter a range and then query for a number within that range? If so, how?

    Thanks in advance!

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Presuming the page numbers are part of the data, like:

    Code:
    CDNum    StartPage    EndPage
      7      7656          8902
    It would be a simple matter to find the CD associated with a page.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Date Range Query
    By need_help12 in forum Queries
    Replies: 7
    Last Post: 04-25-2012, 01:38 PM
  2. Help with putting QUERY in a Range
    By taimysho0 in forum Programming
    Replies: 3
    Last Post: 02-15-2012, 06:29 PM
  3. Query input dates for range of dates in two fields
    By kagoodwin13 in forum Queries
    Replies: 3
    Last Post: 02-13-2012, 04:25 PM
  4. Run query by date range
    By ARickert in forum Access
    Replies: 2
    Last Post: 06-23-2011, 10:54 AM
  5. Replies: 2
    Last Post: 11-25-2010, 11:01 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