Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    Chunz is offline Novice
    Windows 10 Access 2013
    Join Date
    Jan 2016
    Location
    Tropical Paradise
    Posts
    8

    here's the promt guys. I DONT wanna be prompted for this!
    Attached Thumbnails Attached Thumbnails PROMPT.png   SQL.png  

  2. #17
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    Switch your query to SQL View, and post the SQL code from that query.

    Is the query based on a table or another query?
    If it is based on another query, what happens if you open that query directly?
    If that other query has a parameter on it, then any query based on it will also have a parameter on it.
    You will want to base your new query on a table or query that does not already have a parameter on it.

  3. #18
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,959
    This is one reason I don't use dynamic parameterized queries.
    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.

  4. #19
    Chunz is offline Novice
    Windows 10 Access 2013
    Join Date
    Jan 2016
    Location
    Tropical Paradise
    Posts
    8
    i used this in the criteria space [Which MARITAL STATUS?]
    Attached Thumbnails Attached Thumbnails dvies.png  

  5. #20
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    That is the problem! That is a Parameter Query which returns the prompts.
    See this for more details: http://www.gcflearnfree.org/access2013/20

    If you just want to return the Married people with no prompt, replace what you currently have on that Criteria row with "M".

    If you are using this other query for other purposes, and want to keep the prompt for those other things, create a second similar query which has the "M" criteria instead of the prompt, and base your other query on this one instead.

  6. #21
    Chunz is offline Novice
    Windows 10 Access 2013
    Join Date
    Jan 2016
    Location
    Tropical Paradise
    Posts
    8
    HEY, Thanks Joe!, IT WORKED! ^^

  7. #22
    Chunz is offline Novice
    Windows 10 Access 2013
    Join Date
    Jan 2016
    Location
    Tropical Paradise
    Posts
    8
    Thanks Everyone am Prompt Free now, and can enjoy life more, Well done Joe Mate. ^^

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Trouble with Crosstab Query
    By cbende2 in forum Access
    Replies: 3
    Last Post: 06-18-2015, 11:44 AM
  2. Trouble with Compound Query
    By bxdobs in forum Queries
    Replies: 3
    Last Post: 02-20-2015, 11:42 AM
  3. Trouble With User Query
    By wolfm in forum Queries
    Replies: 4
    Last Post: 02-12-2014, 03:51 PM
  4. SQL Query Trouble in Access
    By aglenn in forum Queries
    Replies: 4
    Last Post: 12-18-2013, 06:51 PM
  5. Trouble with Query
    By jbarrum in forum Access
    Replies: 1
    Last Post: 01-13-2010, 04:10 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