Picture

  • Thread starter Thread starter 123
  • Start date Start date
1

123

Thank you for your help and ansewr:
in run time many user want special need like:
I want to change picture of my form by my self... what can I say
my question is how to change the form picture by using command button to
change form picture in run time..
thank you
 
123 said:
Thank you for your help and ansewr:
in run time many user want special need like:
I want to change picture of my form by my self... what can I say
my question is how to change the form picture by using command button to
change form picture in run time..
thank you

The Picture property of an image control is a string with the path to the
file. If you load the path into a field in a table, you can navigate through
the table changing the picture for each record. Alternatively you can use
the On Open event to look up a single picture in a table. For some same
code, look at my PictureMgr sample database:

http://www.datastrat.com/Download/Picture2K.zip
--
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

Back
Top