Hi. I have two forms. The first loads an image in the following event. The second has a button where the image can be edited. My problem
is that when I do this and go back to the first form the old image is there. I have tried to reload the image and refresh the form but it doesn't work
Private Sub Form_Current() Dim oDB_Folder As String: oDB_Folder = CurrentProject.Path Dim oSavedPath As String: oSavedPath = [PhotoFile] Dim oActualPath, F As String F = Replace(oSavedPath, "DatabaseFolder", oDB_Folder) Me.imgPhoto.Picture = FEnd Sub
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
I think this
Open in new window
should beOpen in new window
e.g.Open in new window
Of course you can take a look at my Article and go the way of the BLOB : https://www.experts-exchange.com/articles/33716/Defeating-the-device-independent-bitmap-dib-format.html