[RESOLVED] Listbox to Report Access 2002
I have information in a listbox that I want to be moved to a report so that that information can be printed.
I have tried trying to populate another listbox on report after it has been open however, access complains and wont let me accomplish it like that.
Anyone have a work around?
Re: Listbox to Report Access 2002
What is the source for the lsitbox?
Re: Listbox to Report Access 2002
Re: Listbox to Report Access 2002
Easiest way would be to move the value list to a table in the DB, (which is much more scalable, reliable, etc) and then generate a report from that table.
Re: Listbox to Report Access 2002