How to add controls to an MS Access Report programmatically using VBA
This procedure (sub) will add all the fields (text boxes) found in the underlying source table to the report programmatically using VBA. This also adds the proper buttons to the report output. This is a complimentary article written by the MAARS team for the MAARS user community. Code in this article drives the operation of […]