Store the pictures in a folder outside your database.
Store the picture path only, like C:\MyFolder\MyPicture.jpg, as a text field in your database.
In the form, add an image control, when you have finished remove the path to the image and make it linked.
In the current event of the form add...