M
martinmike2
Hello,
I have a personnel form that shows employee pictures. I would like
this form to automatically show the employees picture. I have it
showing the picture automaticaly, but when i navigate to a record that
dosn't have a picture, the las tpicture shown is displayed. The
pictures are stored in a seperate file, outside the database.
Dim loc As String
Dim pic As Integer
Dim strPic As String
loc = "S:\JAXS\AIMD\SHARES\Manpower db\Pictures\"
pic = gSSN
Me.imgEmp.PICTURE = loc & pic & ".jpg"
-Michael Martin
I have a personnel form that shows employee pictures. I would like
this form to automatically show the employees picture. I have it
showing the picture automaticaly, but when i navigate to a record that
dosn't have a picture, the las tpicture shown is displayed. The
pictures are stored in a seperate file, outside the database.
Dim loc As String
Dim pic As Integer
Dim strPic As String
loc = "S:\JAXS\AIMD\SHARES\Manpower db\Pictures\"
pic = gSSN
Me.imgEmp.PICTURE = loc & pic & ".jpg"
-Michael Martin