Another for Arvin Meyer

M

Matthew Therrien

Sorry Arvin - another question(s) regarding your Picture
Manager mdb.

I looked at the two event procedures and as a relative
newbie I am trying to get to grips with/understand VBA. I
couldn't work out what in your code actually causes Access
to import the image into the record.

I would be very appreciative for a conceptual exlanation
of your procedures.

Thank you so much.


Matthew
 
A

Arvin Meyer

Please stay in the thread instead of creating new ones. It is almost
impossible to keep track of a posting if you don't.

What is "imported" (actually generated) is a list of paths and filenames
from a folder. The code that cause the image to appear is a single line:

Me.ImageControlName.Picture = Me.txtPath & Me.txtFilename

or something to that effect.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top