I am trying to write code for a reporting database. In the main form, users have to select a contract number from a listbox, and then they hit a button which is coded to run a number of queries, and then export reports based on these queries.
Problem being that I have to run all of these reports one-by-one manually every month. I am searching for code which will select each value in the list box so that the later code selects the relevant records and exports the reports,then returning to select the next record in the listbox etc.etc... without manual intervention.
Any ideas?
Problem being that I have to run all of these reports one-by-one manually every month. I am searching for code which will select each value in the list box so that the later code selects the relevant records and exports the reports,then returning to select the next record in the listbox etc.etc... without manual intervention.
Any ideas?