Display an image in the datasheet view in Access

N

Nadine

I want to have an image display above the fields in a columnar datasheet view
of a form.
 
E

Ed Robichaud

The easiest way to put icons above datasheet columns(assuming that the
datasheet is a sub-form) would be to use two levels of subforms. One to
display the images in the correct positions, and another embedded form to
show the datasheet.
-Ed
 
Top