Macro that greys out records

D

Dan Bianco

Hello. I'm working with a database where if you clicked a certain fieldbox
(like 'Completed'), it greys out the record. I can't figure out where in the
database the macro for this exists (if it's even a macro being activated) so
I can't replicate it for other fields.

Any help on how to access help with this or firsthand solutions would be
greatly appreciated. Thanks.
 
B

Beetle

It's probably in the code for that particular form, related to some controls
OnClick or AfterUpdate event. If you need helping coding this for some other
event, post back with more specifics about what you're trying to do.
 
Top