T
Tharnack
Hi,
I am asked to make somes changes on an existing Access database and i
know my sql but not very much access.
There is a form for billing clients. On that form there is
-a drop down menu that contains clients who were not billed
-a button that fire the action of printing the bill (+4-5 sql updates in
a couple of tables).
-other stuff
Actually, the user has to manually select each client and press the
print button to get his bill. I need to make this operation "batchable",
ie by pressing a button, all the bills would be printed.
I was thinking about simulating user input to select one by one the
values in the drop down menu and then press the print button.
Does someone can help me on how to do that? Thanks
I am asked to make somes changes on an existing Access database and i
know my sql but not very much access.
There is a form for billing clients. On that form there is
-a drop down menu that contains clients who were not billed
-a button that fire the action of printing the bill (+4-5 sql updates in
a couple of tables).
-other stuff
Actually, the user has to manually select each client and press the
print button to get his bill. I need to make this operation "batchable",
ie by pressing a button, all the bills would be printed.
I was thinking about simulating user input to select one by one the
values in the drop down menu and then press the print button.
Does someone can help me on how to do that? Thanks