Add paint component to a form

blackie1982

Registered User.
Local time
Today, 05:20
Joined
Jul 2, 2004
Messages
18
Hi All.
Not sure if this is possible or not but is there a way to add a section of a form so that a user can add a drawing to a form and have it stored in a folder where it can be recalled later as an image?
Thank You
 
Access includes controls that will display graphic objects. Open a form in design view and select an Image control from the toolbox. Also look at the bound and unbound object frames. In all cases, choose linked rather than embedded. Embedding objects in tables or forms makes the database bloat wildly.
 

Users who are viewing this thread

Back
Top Bottom