I'm a little confused on a couple of points:
- Where is the Control [.BlobInventory_ ID]?
Code:Forms![frm_Navigation]![NavigationSubform].Form![DocumentViewer].Object.Navigate putBLOBInFile(.BlobInventory_ID)
- putBlobOnFile() is a Sub-Routine and doesn't return a String, it accepts a String Argument. You can't assign a Return Value from it to the Picture Property of the Image Control.
Code:.ImageDisplay.Picture = putBLOBInFile(.BlobInventory_ID)
Code:Public Sub PutFileIntoBLOB(strFileName As String)
Comment