I have a situation where I'm using MS Access 2007 for forms, queries and reports, and SQL Server 2008 as the back-end holding data.
The idea is that the database will be on a server and connected to clients (Access forms) via a LAN.
Now I need to store images to the database through the Access form and display them also on a form, other clients should be able to view these pictures on their forms.
I've tried making a varbinary(MAX) field in SQL Server with different form controls in access but it was too complicated for the user to choose the image file and it didn't display the picture on the form as well .