Reference combobox text on userform from a Report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JC2710
    New Member
    • Feb 2008
    • 39

    Reference combobox text on userform from a Report

    Hi

    I have a userform which has criteria entered into it from a combobox. It then runs a report from this form.

    I would like to display the text entered in combobox on the report. However I dont seem to be able to reference the combobox on the report.

    Any ideas round this apart from having a text box on userform which has text from combobox in it?

    Thanks
  • RuralGuy
    Recognized Expert Contributor
    • Oct 2006
    • 375

    #2
    Here's a good reference for the syntax you need to reference the "Open" form from the report.
    http://www.mvps.org/access/forms/frm0031.htm
    What have you tried?

    Comment

    • NeoPa
      Recognized Expert Moderator MVP
      • Oct 2006
      • 32656

      #3
      You could also (alternatively) use the OpenArgs parameter to pass the information.

      Comment

      Working...