Just an FYI -
You have a field named NAME.
CHANGE IT RIGHT AWAY!!!!!!
Name is an Access Reserved word and one of the WORST to use as a field or object name. If you don't change it, I can GUARANTEE that you will have pain and suffering due to this because EVERYTHING has a name property and even some code using that name property uses square brackets around it to get the name.
So, for most Access Reserved Words, you can get by with putting brackets around it, but in this case don't go there. It isn't worth it. Change the field name to something other than just NAME.