Results 1 to 3 of 3
  1. #1
    jmuirman1 is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Aug 2016
    Posts
    84

    Combo box with 4 columns-how to show data from columns 1 and 2 in report

    i choose [underwriting company] from my combo box, run a report and it shows up.



    I want the second column called Tax ID to show as well. I don't have a field called "Tax ID" in a table or query.

    How can i get Tax ID to show up in the report?

    Thanks,

    John

  2. #2
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,858
    You would put that and the other field in your query source for the report.?
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  3. #3
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,737
    not seeing how you can have a bound column in a combo as well as 1 or more unbound ones. Regardless, try referring to the zero based column property of the combo; something like cmbMyCombo.Column(1) for the 2nd column. You cannot use column property in a query IIRC.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

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

Similar Threads

  1. Replies: 3
    Last Post: 06-19-2019, 08:59 AM
  2. Replies: 7
    Last Post: 12-13-2016, 05:26 PM
  3. Replies: 1
    Last Post: 11-18-2016, 08:41 AM
  4. Replies: 2
    Last Post: 02-13-2012, 02:41 PM
  5. Report based on combo box values as columns
    By sadozai in forum Reports
    Replies: 2
    Last Post: 12-09-2011, 04:40 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