A family of Microsoft relational database management systems designed for ease of use.
We Got It Finally!
Here is the code
Set cdb = CurrentDb
Set rst = cdb.OpenRecordset("SELECT * FROM MstrPhts")
Do Until rst.EOF
strFile = rst!Location
Me.Image25.Picture = strFile
I think that when we used NE.Txt it was trying to read the entire file, reason for not enough memory.
I explained that you a few responses back.
Now you have a new post where you used foggy code.
And why are you even using code? All you need to do is assign the field location as the controlSource to your image control. You are making things more difficult for yourself.