When Access saves a form with a linked image control, It saves the last-used image name in the Picture property.
When I sync my 2 computers, if I have changed code, starting the program on the other computer causes message
This occurs before the Form.Open event.
Can I trap this, or cancel this or change some property of the image control when I save the form so this doesn't happen. I tried to change the visible property, but that didn't work. Error occurs even if control not visible.
This message will occur every time I use the program until I save the form again. That will cause the sync routines to copy the now most recent version to the other machine, and the problem occurs again.
Can I put a stop to this annoyance?
When I sync my 2 computers, if I have changed code, starting the program on the other computer causes message
Code:
"Microsoft Access can't open the file 'D:\Old image name.jpg'.
Can I trap this, or cancel this or change some property of the image control when I save the form so this doesn't happen. I tried to change the visible property, but that didn't work. Error occurs even if control not visible.
This message will occur every time I use the program until I save the form again. That will cause the sync routines to copy the now most recent version to the other machine, and the problem occurs again.
Can I put a stop to this annoyance?
Comment