Follow few links in my signature to see how to store/retrieve images to/from database.

However, I recommend replacing Access db with more robust SQL Server Express and also rethink your table(s) design.
Try breaking one table into multiple with common fields that will uniquely identify relationship between tables.