I have a Access 2013 database named 'Clients". In this database I have one table named 'Purchase'This table has three fields:1. cli_id (the code)2. cli_name (text,40 positions)3. cli_dtpu (date, dd/mm/yyyy)I created a form in visual basic. In this form I added my databa...