A Arvin Meyer Mar 12, 2004 #2 Roar said: How to automaticly put an picture in to controls in a form by using VBA? Click to expand... Use the picture property to put the full path to the picture: Me.imgControlName.Picture = "C:\Folder\image.jpg" -- Arvin Meyer, MCP, MVP Microsoft Access Free Access downloads: http://www.datastrat.com http://www.mvps.org/access
Roar said: How to automaticly put an picture in to controls in a form by using VBA? Click to expand... Use the picture property to put the full path to the picture: Me.imgControlName.Picture = "C:\Folder\image.jpg" -- Arvin Meyer, MCP, MVP Microsoft Access Free Access downloads: http://www.datastrat.com http://www.mvps.org/access