TeneQuodBene
New member
- Local time
- Today, 20:54
- Joined
- Nov 20, 2003
- Messages
- 9
Hi,
I use a bound object frame in my project and linked pictures...
Whenever I create a new record the picture of the previous record is still in the bound object frame...
Here's my code
Private Sub Form_Current()
On Error Resume Next
Me!Imgwindow.Picture = Me!FotoPad.Value
MsgBox Me!Imgwindow.Picture
End Sub
I use a bound object frame in my project and linked pictures...
Whenever I create a new record the picture of the previous record is still in the bound object frame...
Here's my code
Private Sub Form_Current()
On Error Resume Next
Me!Imgwindow.Picture = Me!FotoPad.Value
MsgBox Me!Imgwindow.Picture
End Sub