PDA

Click to See Complete Forum and Search --> : Graphics in access


PATEL
Jun 25th, 1999, 01:12 PM
How to Save Image files in MsAccess

bashfirst
Jun 25th, 1999, 05:45 PM
You can save binary data to an access table if you declare a field of type Ole Object.

I will send you some example code that saves text files (not the text, but the file itself) to Access. This should be similar for graphics.

Bash