Results 1 to 2 of 2
  1. #1
    accessmatt is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Aug 2011
    Posts
    199

    Help with simple WHERE query

    Hello,

    I'm trying to use this query in Access to pull entries called Enterprise from Brand/Indication in Table1 but when I press run it just prompts me for a parameter. How can I re-write the query to just pull the table for me: no inputs.

    SELECT Table1.[Brand/Indication]FROM Table1
    WHERE ((([Brand]/[Indication])='Enterprise'));
    Thanks,

    Matt

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    What is the name of the field?
    Brand/Indication

    Try
    WHERE ((([Brand/Indication])='Enterprise'))

    Also, recommend not using special characters, spaces, and reserved words in names.

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

Similar Threads

  1. Simple query
    By deergirl in forum Queries
    Replies: 3
    Last Post: 04-17-2014, 04:50 PM
  2. Need help with this query! probably simple
    By darwinli in forum Queries
    Replies: 3
    Last Post: 08-15-2012, 05:52 PM
  3. Just simple query
    By BorisGomel in forum Queries
    Replies: 9
    Last Post: 06-20-2011, 09:31 AM
  4. Simple query help
    By Subhunter in forum Queries
    Replies: 9
    Last Post: 11-19-2010, 03:32 PM
  5. Help with a simple query
    By JohnnyO in forum Queries
    Replies: 1
    Last Post: 02-11-2009, 09:43 PM

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