Displaying Business Card

Displaying Business Card

am 17.10.2007 09:42:58 von macb

Hi Everyone:

I want to display scanned business cards in an Access Form. The
software I am using to scan is Scan Card, the problem the db users
doesn't have this software installed. So what is the best way to
display this card in a form.

Can I display it as an OLE Object? If so, How? not familiar with OLE
objects.


Thanks for the help


Mac

Re: Displaying Business Card

am 17.10.2007 10:11:45 von DFS

You can use an image control which is in the standard toolbox I believe...

The just assign the path to the image

Me.imageControl.Picture = "somepathtoimage.jpg"

Hope that helps
John


"macb" wrote in message
news:1192606978.750237.182690@v23g2000prn.googlegroups.com.. .
> Hi Everyone:
>
> I want to display scanned business cards in an Access Form. The
> software I am using to scan is Scan Card, the problem the db users
> doesn't have this software installed. So what is the best way to
> display this card in a form.
>
> Can I display it as an OLE Object? If so, How? not familiar with OLE
> objects.
>
>
> Thanks for the help
>
>
> Mac
>