I don't see a DELETE button. And as Allan said, since this is your first post do you have to use macros?
For a first project, I would recommend you use a naming convention that does NOT allow embedded spaces (or special characters) in field or table names. It will save you a lot of frustration with syntax issues in future.
I would also stay away from MultiValue fields, Attachments etc until I was comfortable with table design and relationships.
I would suggest using vba vs macros, just because of the availability of help for same on the forum.
In general I would work from very simple to more complex. For example, a single table, a single form, with a single button - if all the button click did was display a message -great. Then move to something more sophisticated.
There are a number of youtube tutorials that can help.
Also there are a number of video tutorials at
http://www.datapigtechnologies.com/AccessMain.htm
Again, these are recommendations - use them if you wish.
Good luck.