Conditional formatting in datasheet view

bayman

Registered User.
Local time
Today, 04:45
Joined
May 25, 2001
Messages
96
Is it possible to format data, in datasheet view based on a value? I'm looking to set the color of a row based on a field value. I sense I can't do this in Access. If not, is there a third party tool that will help?

Thanks in advance.
 
I would love to be able to use datasheets that are more flexible. As it is, if you want your datasheets to be even reasonably functional and friendly, you must do a lot of coding behind them. Even so, I do not know of a way to produce conditional formatting or to make any color changes at all. You can set the properties of the controls on the form, but when viewed in datasheet view, everything is black on white.

If you are familiar with and like using Visual Basic's datagrid controls, you will be disappointed with Access's measly offering.

I once saw a third party product which mimic's VB's datagrid but have forgotten where. I'll take a look around and post back here if I spot something promising.

Shep
 
Thanks for your reply. I tried adding a MS Datagrid object to an Access form, but was lost when attempting to tie data to it. Is this an option?
 
You can make a continuous form that looks like a datasheet. Then if you are using A2K or newer, you can use conditional formatting.
 

Users who are viewing this thread

Back
Top Bottom