Results 1 to 3 of 3
  1. #1
    c.yyang is offline Novice
    Windows Vista Access 2007
    Join Date
    Jun 2013
    Posts
    6

    Forever Enter Parameter Values

    I cant get rid of this,
    some people say there is something wrong with the field, so i checked but there is no prob(i assume)
    can you guys take a look on it for me?

    open final amount query and the report


    I will be grateful if you guys could take a look at this


    Database12.zip
    Attached Files Attached Files

  2. #2
    rzw0wr is offline I will always be a newbie
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Indiana
    Posts
    479
    Code:
    SELECT DISTINCTROW [Customer Order Query].Order_ID, [Customer Order Query].Date, [Customer Order Query].Customer_ID, [Customer Order Query].Status, Sum([Customer Order Query].Line_total) AS Total, IIf([Total]>50,"yes","no") AS Discount, IIf([Discount]="yes",[Total]*0.9,[Total]) AS [Amount to Pay]
    FROM [Customer Order Query]
    GROUP BY [Customer Order Query].Order_ID, [Customer Order Query].Date, [Customer Order Query].Customer_ID, [Customer Order Query].Status;
    Change Discount and Amount to pay from Group By to Expression.


    Dale

  3. #3
    c.yyang is offline Novice
    Windows Vista Access 2007
    Join Date
    Jun 2013
    Posts
    6
    Thanks so much for your reply
    works like a charm

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

Similar Threads

  1. Replies: 13
    Last Post: 01-10-2012, 09:56 AM
  2. Enter Parameter Value
    By kwooten in forum Queries
    Replies: 13
    Last Post: 08-11-2011, 02:35 PM
  3. Enter Parameter value?
    By hlcarlin in forum Forms
    Replies: 3
    Last Post: 07-06-2011, 08:09 AM
  4. enter parameter value
    By alliandrina in forum Access
    Replies: 1
    Last Post: 06-05-2011, 01:02 AM
  5. Enter Parameter Value
    By T001 in forum Access
    Replies: 1
    Last Post: 08-11-2010, 05:43 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