change background color on datasheet

G

Guest

I have a datasheet where some of the fields are locked from the user so they
cannot change them. Is there a way to shade these fields to make is obvious
to the user that they do not need to click in them ?
Thanks
 
F

fredg

I have a datasheet where some of the fields are locked from the user so they
cannot change them. Is there a way to shade these fields to make is obvious
to the user that they do not need to click in them ?
Thanks

If by Datasheet you mean the Table in Datasheet view, then your users
should not be seeing or using the table at all. Tables are for data
storage, not data entering or viewing.

However, if you mean Form Datasheet View, then all you need do is set
the control's Locked property to Yes (in Form Design View).
Change the backcolor of that control to what ever you wish.
That control will have it's own color, even in Form Datasheet view.
 

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