A
Arvin Meyer
I haven't tested this but it should work.
Store the image path in a field and use the form variable to fill the
picture:
Sub Form_Current()
Me.Image1.Picture = Me.txtFilePath & Me.txtFileName
End Sub
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
Store the image path in a field and use the form variable to fill the
picture:
Sub Form_Current()
Me.Image1.Picture = Me.txtFilePath & Me.txtFileName
End Sub
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access