Why show me this error in the 2010 edition only
If it becomes yellow line
Private Sub Form_Open(Cancel As Integer)
fSetAccessWindow (SW_HIDE)
Me.Picture = CurrentProject.Path & "\test.bmp"
SetFormState 2
SpSetProp
Why show me this error in the 2010 edition only
If it becomes yellow line
Private Sub Form_Open(Cancel As Integer)
fSetAccessWindow (SW_HIDE)
Me.Picture = CurrentProject.Path & "\test.bmp"
SetFormState 2
SpSetProp
What is the error message? Are you sure that there actually is a copy of test.bmp in the same Folder as the database file, in the errant app?
Linq ;0)>
Do you want to dynamically display images on form?
What type of control is Picture?
Suggest an Image control and set the ControlSource property, no VBA needed.
=[CurrentProject].[Path] & "\test.bmp"
As linq said, make sure image name is correct and the image is actually in the same folder location as the db.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Thanks linq
Your words sound 100%.
When you transfer the images to the proper place vanished error message