Creating report from listbox data?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Geir Baardsen

    #1

    Creating report from listbox data?

    Hi!
    On a form I have a listbox that is retrieving data in the form's
    On_Load event. Now I have two textboxes that will change the listbox's
    content. How can I send data in the new, updated and changed listbox
    to a report?
  • Pieter Linden

    #2
    Re: Creating report from listbox data?

    almpio@start.no (Geir Baardsen) wrote in message news:<9e7390d9. 0408102338.4322 b83a@posting.go ogle.com>...[color=blue]
    > Hi!
    > On a form I have a listbox that is retrieving data in the form's
    > On_Load event. Now I have two textboxes that will change the listbox's
    > content. How can I send data in the new, updated and changed listbox
    > to a report?[/color]

    To filter the report?


    Or to just show the selected items? If all you are doing is *showing*
    the selected items, write a function that returns the items as a
    string and put a control on your report with that as the recordsource
    maybe.

    Comment

    Working...