SQL 2005 link to Access - displaying image

K

kmac23va

I have converted Access tables to a SQL 2005 backend, and now I need to
link back views of those tables to Access. One of the fields I need to
link used to be an Ole Object in Access, and is now an image field in
SQL. When I link back, the original form can't display the image. I've
looked online at code and shareware, but I don't know that I've seen
anything that directly does this. Due to requirements, I really need
this to not include third-party software...just VBA code in Access.
Does anyone have any samples or ideas on doing this? Thank you.
 
Top