Our organization has a db used among other things to track all checks (cheques) given to employees and suppliers.
All check information (bank info, and check numbers) is entered by hand in a form in datasheet view, that seems ridicules because the checks are numbered sequentially.
It would make sense to create a button which on click will add the records (bank info (retrieved from text boxes on the form) and the check numbers starting at the first number of the current check book (entered in a text box on the form)) to the table.
The problem is I'm not sure how to code it. All help will be appreciated.
All check information (bank info, and check numbers) is entered by hand in a form in datasheet view, that seems ridicules because the checks are numbered sequentially.
It would make sense to create a button which on click will add the records (bank info (retrieved from text boxes on the form) and the check numbers starting at the first number of the current check book (entered in a text box on the form)) to the table.
The problem is I'm not sure how to code it. All help will be appreciated.