Results 1 to 3 of 3
  1. #1
    GeneErz is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Nov 2014
    Posts
    2

    Use two combo boxes in a form to produce a single record report.


    I want to use a form with two combo boxes. The first pulls from a list of names and the second a date. When the name and date is selected, I want it to produce a single record report based on the data in the combo boxes. This will all be pulling from a single table.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    The report is based on a query: qsRpt1
    the query qsRpt1, will have the two combos as criteria.

    select * from table where [client] = forms!frmRpts!cboName and [date] = forms!frmRpts!cboDate


    Be sure to use the BUILDER (magic wand icon) to build the form path. All you do is pick the item you want, it will spell it correctly.
    Have a table called tReports , and you can have users pick a report from a listbox.

  3. #3
    GeneErz is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Nov 2014
    Posts
    2
    Thanks for the quick response ranman256. I'm new to Access and I don't completely follow what you're suggesting. Can you give me a step by step?

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

Similar Threads

  1. Replies: 11
    Last Post: 08-06-2014, 09:47 AM
  2. Replies: 2
    Last Post: 06-10-2013, 06:22 PM
  3. How to produce single entry report?
    By basils57 in forum Access
    Replies: 2
    Last Post: 03-09-2013, 04:57 PM
  4. Replies: 17
    Last Post: 09-24-2012, 08:42 AM
  5. Replies: 0
    Last Post: 03-30-2011, 09:50 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