F
Frank Situmorang
Hello
I have tested to have a photo for a from and I use this code:
Set the OnCurrent property of the Imageform form to the following event
procedure:
Private Sub Form_Current()
On Error Resume Next
Me![ImageFrame].Picture = Me![ImagePath]
End SubSet the AfterUpdate property of the ImagePath text box to the
following event procedure:
Private Sub ImagePath_AfterUpdate()
On Error Resume Next
Me![ImageFrame].Picture = Me![ImagePath]
End Sub
THE pOBLEM IS THE SAME PPHOTO IS SHOWN FRO FOR ALL
ALL EMPLYEES, WHY THE vba dOES WORK,
Thanks
I have tested to have a photo for a from and I use this code:
Set the OnCurrent property of the Imageform form to the following event
procedure:
Private Sub Form_Current()
On Error Resume Next
Me![ImageFrame].Picture = Me![ImagePath]
End SubSet the AfterUpdate property of the ImagePath text box to the
following event procedure:
Private Sub ImagePath_AfterUpdate()
On Error Resume Next
Me![ImageFrame].Picture = Me![ImagePath]
End Sub
THE pOBLEM IS THE SAME PPHOTO IS SHOWN FRO FOR ALL
ALL EMPLYEES, WHY THE vba dOES WORK,
Thanks