Results 1 to 2 of 2
  1. #1
    Zoso26 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2016
    Posts
    1

    Access Request (research)


    *I apologize for my bad english informatic terminology in advance*

    I don't have Access on my present computer so I can't manually check, but this is eating me up.

    When you make an Access ''request'' (in french: Requête, but I think in english it's ''query''), is the research bu default based on a simple word or on a non-defined chain?

    Thanks guys :)

  2. #2
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,933
    it is based on the SQL language - there are a number of dialects, but many words are the same.

    There is a basic structure - for example for a simple query would be structured like this

    SELECT these fields
    FROM this table
    WHERE this field equals a value
    ORDER BY these fields

    correct spelling is important!

    There are many free resources on the web e.g.

    http://www.w3schools.com/sql/

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

Similar Threads

  1. Replies: 5
    Last Post: 04-18-2015, 10:01 AM
  2. Replies: 3
    Last Post: 11-12-2014, 11:52 AM
  3. Replies: 16
    Last Post: 05-04-2014, 09:19 AM
  4. Research Study
    By Desastor in forum Database Design
    Replies: 5
    Last Post: 06-03-2013, 01:45 PM
  5. Replies: 0
    Last Post: 03-23-2009, 01:21 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