Hi Betty,
it's not a type of control in the controls toolbar, it's a field type for a table.
In the dropdown combobox of the table designer it's called "Object".
With code, you define a general field with
Create Cursor curTest (oPic G)
When you browse that cursor and click on the "obj", you can eg Paste a screenshot made with the [PRINT] key to the field with [CTRL]+[V].
On a form, place an "OleBoundControl", set it's controlsource to curTest.oPic and you'll see the pic on the form. The same goes for reports.
But I warned you about the size such a field uses and other disadvantages...
Bye, Olaf.