G
Guest
I have a database containing supplier data, one record for each supplier for
each month the supplier delivered product. The data describes on time
delivery performance and product quality. At the end of each month a report
is generated for each supplier, graphically depicting their performance. The
report is generated by entering data through a form. The current month would
be selected from a drop down list of the availble months in the database.
Once the current month is selected, a list of all suppliers with activity in
that month is available in a combo box drop down list. I then select each
supplier in turn and a report is generated which is saved to be printed
later. I have to manually select each supplier on the list. What I want to do
is automate this task. I have the list of suppliers and just want to run each
one in sequence. Anyone have any suggestions on how to do this?
each month the supplier delivered product. The data describes on time
delivery performance and product quality. At the end of each month a report
is generated for each supplier, graphically depicting their performance. The
report is generated by entering data through a form. The current month would
be selected from a drop down list of the availble months in the database.
Once the current month is selected, a list of all suppliers with activity in
that month is available in a combo box drop down list. I then select each
supplier in turn and a report is generated which is saved to be printed
later. I have to manually select each supplier on the list. What I want to do
is automate this task. I have the list of suppliers and just want to run each
one in sequence. Anyone have any suggestions on how to do this?