ChrisRChamberlain
Programmer
I am trying to create a gallery of graphical images which a user can scroll through using a grid control.<br><br>The form contains a grid with a single column with the current control being Image1 and Column1.Sparse = .F. <br><br>The controlsource for Image1 is GALLERY.filename where the field <br>GALLERY.filename contains the filename of the graphics file to be displayed.<br><br>I have tried all sorts of ways to force the grid to display the graphics file called by GALLERY.filename, but it will only ever display the first record's graphics file.<br><br>Can anyone help, please?<br>