Print from list

highland

Registered User.
Local time
Today, 21:15
Joined
Sep 14, 2004
Messages
12
I'm trying to create a command button which will print a Report from a list.

I have seven different reports all contained in a listbox. The listbox is called Report_List.

I would like the user to select a Report from the list and by using a command Button (CmdPrintReport) print the selected report.

I've had a look around on the forum but not had much luck :(
If anyone can help I'd really appreciate it.

Thanks in advance

Suze
 
Where does your listbox get its data from? If it comes from a record source, make sure the table has an ID field. Then in your list box hide the ID field and use a case select to open the report you want.

Dave
 

Attachments

Last edited:
Thankyou both for your reply ;)

I've got it working thanks to looking at both your examples - really appreciate your time and quick reply.

Thanks :D
 

Users who are viewing this thread

Back
Top Bottom