Can someone help me out here. I am new to VFP and havn't tried this before.<br><br>I have a one to many form. My environment contains four tables<br>Table1=Case<br>Table2=Grading<br>Table3=User<br>Table4=Grading Type<br><br>Page1 displays an integer Case_id, Case_Desc, from table1.<br>Page2 contains a grid related by Case_id and displays across the page, User_ID from table3, and ten fields labled G1 to G10 that contain a numeric grading.<br><br>Table4, contains Case_id, Grade_id, and a Grade_desc Memo field. The Grade_id is an integer containing a value between 1 and 10.<br><br>I have placed the Grade_desc.memo field on page 1 and want to display its contents based on the column location of the cursor (1 to 10).<br>The columns will be non-moveable and by combining the current Case_id and ActiveColumn I will get the record position.<br><br>My question is how do I get the memo field to point to this position, and how do I refresh as I move across the colums?<br><br><br><br>