MajP
You've got your good things, and you've got mine.
- Local time
- Today, 12:10
- Joined
- May 21, 2018
- Messages
- 9,951
This is a true statement since an image control cannot take focus. This is the same for any other control you put there that does not take focus such as a label. Since it does not take focus it does not move the selected record.I don't know how @CJ_London and @theDBguy have done it, but your sample database doesn't work. When you add an unbound image to a continuous form, the image is just an object and is not a part of the record source. It means that if the first record is active and you click the forth or fifth or any other image, still the first record is active. So any image you click, the message box shows the id of the active record, not the ID of the row it's been clicked. (if the second record is active and you click fifth image, your message box says id=2)
Use some other control that takes and image, but can also take focus. Most of these you are limited by the type of image. Or as you said, overlay it.