I would like to know what you think the preferred method would be to replace vb code with the same processing in Access 2013 since I am new to working with Access. Basically in Access there are queries, forms, macros, reports, and modules. I basically would like to know what Access feature(s) you would use to replace the same function that is in visual basic.
Here are the list of features I would like to replace:
1. List all values in a table,
2. find a particular value in a table,
3. Insert, update,edit, or delete rows in a table.
4. Import data files,
5. Delete all rows in a specified table,
6. Run the application to update all the applicable tables.
7. Change a date in a certain table.