Create an interface which will allow the user to enter the data which has to be dumped into the database. Create a table suiting your needs.
Accept data from the user through the form, open a recordset to the table, dump the data accepted by the user in the table at the click of the add button. That's it.