Jul 17, 2001 #1 aidenryan Programmer May 18, 2001 14 CA Does anyone know the vb code for taking the contents of a PictureBox on a form, and putting it into an access database field??
Does anyone know the vb code for taking the contents of a PictureBox on a form, and putting it into an access database field??
Jul 17, 2001 #2 daimaou Programmer Apr 4, 2001 154 PT One way is to use the AppendChunk method. To see how this work, have a look at: http://support.microsoft.com/support/kb/articles/Q194/9/75.ASP Other way of doing it would be using the stream object. I'm sure there are even other ways to do this though. Hope this helps. Upvote 0 Downvote
One way is to use the AppendChunk method. To see how this work, have a look at: http://support.microsoft.com/support/kb/articles/Q194/9/75.ASP Other way of doing it would be using the stream object. I'm sure there are even other ways to do this though. Hope this helps.