Hi all,
I have a question to ask, when i refer to your thread (thread702-446213) I tried to use the method that Chrissie had suggest. But it prompt me a "compile error: Method or data member not found".
I have already create a data called "File" in my table but why was there still an error in my code? My code is like this:
Private Sub Form_Current()
Me.ctl.Picture = LoadPicture("C:\Documents and Settings\chteo\Desktop\Storeroom Database\Store Spare Parts Pictures\" & Me.File & ".Jpg")
End Sub
Hope that the expert can help me on this. Thks!
I have a question to ask, when i refer to your thread (thread702-446213) I tried to use the method that Chrissie had suggest. But it prompt me a "compile error: Method or data member not found".
I have already create a data called "File" in my table but why was there still an error in my code? My code is like this:
Private Sub Form_Current()
Me.ctl.Picture = LoadPicture("C:\Documents and Settings\chteo\Desktop\Storeroom Database\Store Spare Parts Pictures\" & Me.File & ".Jpg")
End Sub
Hope that the expert can help me on this. Thks!