Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.
Post your code like this

Thanks
I can however offer a nudge in the right direction. I can tell you that is it not a good idea to store the actual files in an Access database. The maximum size in an Access database is 2GB, once you reach this level you can no longer add anymore files. It is actually best to upload them to the web server, and store a reference to them in your database.
But if you insist of storing them in an Access database
StartDeveloper has a nice step by step article on how to accomplish this.