I am in the process of designing a database which would allow for easy collection and storage of publications by various Authors. One of the requirements is that they would like to be able to email the form, have the users complete the form and send back, Access allows the option to email the form so that the user can complete. I created a table with all the required fields to use for the form. I emailed one of the form to myself for testing, I completed it and sent it back, it said the data was successfully added to the database, but when I checked the database, no information was added.
Another one on my approaches was to create separate tables to handle the different categories, since an individual could be in more than one category, then generate a query which would capture all the information. I need to know how to handle the many-to-many-relationship so that I can effectively capture everyone information. I am working with 8 tables.