Results 1 to 2 of 2
  1. #1
    Jramosent is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Sep 2013
    Posts
    1

    Querie Help

    Just started learning and need help with the list below please:






    1. Boat name, owner ID, first & last name of owner and fee for owner ID #2
    2. Boat name, fee, first & last names of owner and renewal fee, which is 30% more than the current fee, in order by renewal fee, with the highest renewal fee first

    For all queries, create column headings that are appropriate.\

    on #1 how do I select only to show fee for owner ID #2?
    and also help with #2?


    Thank you.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,632
    1. apply filter criteria.
    Can have parameter input popup which is not a good idea because can't validate input so review:
    http://datapigtechnologies.com/flash...earchform.html
    http://datapigtechnologies.com/flash...tomfilter.html
    http://datapigtechnologies.com/flash...mtoreport.html

    2. maybe: SELECT *, [CurrentFee] * 1.30 AS RenewalFee ORDER BY [CurrentFee] * 1.30;
    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.

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

Similar Threads

  1. Need a querie that updates.
    By imlost2 in forum Queries
    Replies: 1
    Last Post: 08-20-2011, 09:06 AM
  2. Add A Querie to the Report
    By BowBeforeMeMySlave in forum Reports
    Replies: 3
    Last Post: 02-10-2011, 09:27 AM
  3. Number querie
    By Rigsby in forum Queries
    Replies: 3
    Last Post: 02-08-2011, 06:41 AM
  4. update querie
    By frcastro in forum Queries
    Replies: 1
    Last Post: 06-23-2010, 04:20 AM
  5. querie problem
    By TIMT in forum Queries
    Replies: 2
    Last Post: 05-31-2009, 10:12 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