Results 1 to 5 of 5
  1. #1
    devonlatour is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jan 2015
    Posts
    3

    Cool How to make Access more accessible for non-users


    I'm a new Access user and I'm trying to create a database that allows a user (with zero Access experience) to query for info.

    Is there anyway to do this without making them user the Query Builder tool? It would be ideal if this person could enter data into a form, select boxes and specify date/amount ranges.

    Thanks.

  2. #2
    cbende2's Avatar
    cbende2 is offline Competent Performer
    Windows 7 32bit Access 2013
    Join Date
    Jun 2014
    Location
    Louisiana
    Posts
    370
    Yes, this is possible. What kind of fields will they be selecting from? Dates? Text? Both?

    You say select boxes, what do you mean by that?

  3. #3
    devonlatour is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jan 2015
    Posts
    3
    The spreadsheet I imported has several values from which they'll be selecting:

    Product A, B, C, D, etc: Yes or No
    City
    State
    Date of Purchase
    Amount of Purchase

    It would also be nice to have a sub-menu for the products. For example, if the user is looking for someone who purchased "Product A", having the option to select "A-Feature1,"A-Feature2,"... etc.

    So a query example would be to find a customer that bought Product A within the past month and spent over $1,000 in Chicago.

    Make sense?

    I apologize for sounding so elementary on this - Access is a whole new world to me

  4. #4
    devonlatour is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jan 2015
    Posts
    3
    I've attached an example of what I'm working with. So if a user queries for a customer that bought Product A in Chicago, it should return the customer ID, name, phone and all other data points in that row.
    Attached Files Attached Files

  5. #5
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    Your file structure is going to make your task difficult. The data is not properly normalized (very typical in Excel spreadsheets), in that you have repeating information groups (purchases) in each row, and the full customer data must be repeated for each purchase. How do you handle the case where one customer buys more than one product at a time?

    Writing queries in MS Access for un-normalized data often produces nothing but headaches.

    You need to reformat your data into (at least) two tables: Customers and Purchases, with the two being related on the Customer_ID.

    Once you do that, writing the queries will be a lot easier.

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

Similar Threads

  1. Replies: 2
    Last Post: 12-22-2014, 11:16 AM
  2. Replies: 3
    Last Post: 11-22-2014, 12:35 PM
  3. Replies: 0
    Last Post: 05-11-2012, 08:11 AM
  4. How To Make DB Available To Multiple Users?
    By AccessN00b in forum Access
    Replies: 10
    Last Post: 04-02-2012, 03:32 PM
  5. Oracle CLOB not accessible in ACCESS
    By saccitylocal in forum Import/Export Data
    Replies: 0
    Last Post: 08-31-2010, 10:29 AM

Tags for this Thread

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