Well, I did so, but I could perhaps elaborate a little more.
As always there is more than one way, but as you are now with filenames in your data, assume your table is called "players" and has a field named "picture" in it, you show one record in an image control by setting the imagecontrol picture property to players.picture.
An image control has no controlsource, so you need to program that line "image1.picture = players.picture" somewhere in a method you run, when the record changes, eg in a skip button in it's click.
Are you using the form wizards to create your forms?
Bye, Olaf.