Quote Originally Posted by jarhead8084 View Post
For anyone who is interested - this slight addition and code alteration to the sub accomplished what I was looking for...
Code:
Dim fnam As String
fnam = "C:\Test\" & rs!IDWFNAME & "_" & rs!IDWLNAME & "_" & rs!IDWCARDNUM & ".jpg"
mstream.SaveToFile fnam, 2
gotta love the simplicity
Yes I do ... but an update query would be much simpler / easier still