Replacing side record selector with image

E

Eric Blitzer

Can I replace the grey square side record selector on a
datasheet with an image? This is driving my data on other
forms. I would like to make it more obvious to the user to
click it.

Thanks

Eric Blitzer
 
A

Al Camp

Eric,
I don't believe there's any way to assign a bitmap to the Access
"built-in" Record Selectors. However, you can set the RecordSelectors
property = NO, and create your own button and place it where the record
selectors usually go. Then, you can use any bitmap you want.
 
E

Eric Blitzer

I gurss I am a little confused. Since my form is a
datasheet how do I add a button. I like the glasses you
use in your screenshot.

Thanks
Eric
 
A

Albert D. Kallal

You can't use datasheet mode, but have to use continues form mode. (they can
be make to look the same...or even better in my opinion!).

So, you need to use continues form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top