I need to print a batch of checks, and also update related data in the database. For example, for each check that is printed, I want to create a record in the checks table. Also, each check may be paying for multiple things, and I want to record the 'Paid with check Number' info.
I am trying to decide on the best approach to take. Should I loop through a recordset and update data for each check as it is being printed, or print all checks in a batch, and then try to update the data afterwards?
Thanks,
Mike
I am trying to decide on the best approach to take. Should I loop through a recordset and update data for each check as it is being printed, or print all checks in a batch, and then try to update the data afterwards?
Thanks,
Mike