I have a project that allows the user to create new reports, and save them in the .mdb. I now want to show in a listbox any available reports for the user to use. Anyone have any idea on how to accomplish this?
I would like to be able to scan the .mdb, find all the reports, and display them in the listbox. he user will then select which report they want to run by double clicking the listbox, then the report will run.
Thanks in advance for the help.
I would like to be able to scan the .mdb, find all the reports, and display them in the listbox. he user will then select which report they want to run by double clicking the listbox, then the report will run.
Thanks in advance for the help.