C
ChoonBoy
Appreciate some help here and thanks in advance.
I link my pictures to the following folders
C:\Documents and Settings\MyName\Desktop\Picture.jpg
C:\Documents and Settings\MyName\My Documents\Picture.bmp
My code:
If Me!pic1a = "X" Then
Forms!startpg!fmpPic!Img.Picture = ""
Else
Forms!startpg!fmpPic!Img.Picture = Me!pic1a
End If
It works on my PC but when I copied the program to another PC, it does not
work.
This is because of "MyName" and the other PC has a different name. Is there
a way to ignore "MyName" for any PCs
Regards
I link my pictures to the following folders
C:\Documents and Settings\MyName\Desktop\Picture.jpg
C:\Documents and Settings\MyName\My Documents\Picture.bmp
My code:
If Me!pic1a = "X" Then
Forms!startpg!fmpPic!Img.Picture = ""
Else
Forms!startpg!fmpPic!Img.Picture = Me!pic1a
End If
It works on my PC but when I copied the program to another PC, it does not
work.
This is because of "MyName" and the other PC has a different name. Is there
a way to ignore "MyName" for any PCs
Regards