Private Sub Form_Current()
Dim TempPhotoPath As String
Dim MyPath As Variant
TempPhotoPath = CurrentProject.Path & "\" & Me.图片地址 & ".jpg"
MyPath = Dir(TempPhotoPath, vbNormal)
If Len(MyPath) > 0 Then
Me.照片.Visible = True
Me.照片.Picture = TempPhotoPath