1. IN THE FORM create a property called inRecNo with 0 as initial value.
2. In the Init Event of the Grid PUT THE CODE
This.SetAll("DynamicBackColor", ;
"IIF(recno(This.RecordSource)=THISFORM.inRecno, ;
RGB(0,255,0),RGB(255,255,192))","COLUMN"

3. In the AfterRowColChange event of the Grid.. put the code
ThisForm.inRecNo = RECNO()
This example will get you the idea to put your requirement
ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
LET KNOW IF THIS HELPED. ENOUGH EXPERTS ARE HERE TO HELP YOU OUT! BEST OF LUCK
