Thanks for your response. I found a couple site talking about image & oracle but they didn't point Image.DataSource to rs. Instead they load the picture
Image.LoadPicture = Dialog.Filename

When the form is loaded, image is not displayed until they select a pic from the dialog. That's not what I want. I want to load pic from Oracle database.

I can add new pic and see that they are in my table but just cannot retrieve them.

Thanks anyways.

-vb