Picture and Common Dialog problems

Pete64

Registered User.
Local time
Today, 09:17
Joined
Jul 1, 2003
Messages
37
Basically am new to Access so am lookin for help

Heres my problem, I'm tryin to create a form with a button which opens up a common dialog box and when I select a graphic file with the dialog it will update my database with a new path to the file I open and possible display the new image on the form. I've tried this without success this is what I've tried:

1. I have an Table "ImageTable" with one field "ImagePath"
2. I have a form "ImageForm" which consists of two buttons
"Add new graphic" and "Delete" which will delete the current record or graphic
3. Onclick of "Add new graphic" this dialog works
Me!Text13 = LaunchCD(Me)
4. Updates PictureFrame to common dialog entry

after this I have no clue what to do

I get the following error: Run time error '3163' the field is to small to accept the amount of data you attempted to add. Try inserting or pasting less data.

-I tested this and thought the common dialog path was creating unessary spaces so trimmed the path and its still not workin

Any help would be nice.com
----------
Regards
Pete
----------
 

Users who are viewing this thread

Back
Top Bottom