Insert Picture to a form without using visual basic or code

G

Guest

Access 2000
==>Newbie
How to insert a picture eg jpeg, bmp, flash, and others into certain area of
the form by using command button and macros only?

When the command button is clicked, a window broswer opens and allow user to
choose the location of the pictures. Then, the picture can be linked to
report for printing.

The most important==>dont use code

I have seen through Northwind sample and tried to import it to my database
but error ==> variable not defined

How to create the function ?

Thanks
 
G

Guest

hi,
not possible to do without using code. sorry.
pic are displayed in access using image controls. to show
a pic in the control, you set the image control's picture
property to the file path of the pic. this can be set and
reset manually with a brouser but only in design mode.
most designers put the image's file path in a table and
programmicly change the picture property. i use DLookup.
images on reports. see this site. sorry, more code.
http://www.microsoft-
accesssolutions.co.uk/bound_image_report.htm
 
G

Guest

That means Access user must possess visual basic knowledge?

Can you tell me how to learn these simple code creation eg visual basic 6.0
book?

Thanks.
 

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