Question Listbox printing

BlueStarBrite

Registered User.
Local time
Today, 00:37
Joined
Jan 15, 2009
Messages
23
Ok, I have searched the thread on how to print the contents of a listbox, but not found a viable solution. The solutions I found do something totally different than what i want. I am a newbie to access, but I know this can be done with a simple solution.

I have a form that has a start and end date. From these dates, there is a listbox that populates the data. So how can I easily just print whatever data is populated. I don't want to select the contents (multiselect listbox) or anything like that. I just want to print the contents, thats it.

How can I accomplish this :confused:

Thanks in advance
 
Last edited:
Create a report that has the same underlying recordsource as the list box and then print the report.

David
 
Create a report that has the same underlying recordsource as the list box and then print the report.

David


Thank you! Thank you! Thank you! Worked perfectly :D
 
Sorry for the noob question. Listboxes don't have a recordsource only a rowsource? When creating the report how do i get the information displayed? Do i add a listbox and don't select any settings and input the rowsource from the listbox in my form? In my Search Form the record source is blank. Thanks so much!
 

Users who are viewing this thread

Back
Top Bottom