please help me on visual basic 6.. i need a sample program on how to upload and retrieve images to and from ms access 2003 database.. its like if i want to...
I have just the opposite problem--I need to know hopw to put an image INTO Access 2000. Then I'm pretty sure I can help you with your problem. Allen J. Bennett...
Dim myStream As New ADODB.Stream Private Sub Form_Load() Set myStream = New ADODB.Stream myStream.Type = adTypeBinary myStream.Open End Sub Private Sub...