Do the Seek and/or the SetFocus return the program flow back to the previous table? I have a two table configuration I am searching with an '...if seek(...' statement and when I search the first one all is well. When I change to the second table and do the seek I get the correct results in my grid, but when I issue a SetFocus to the grid to manipulate the data the table is automatically switched back to the first one. This, of course, plays havoc on the data in the grid. Where am I going wrong? Should I use Locate instead or is there something I am overlooking?<br>Thanks for any and all help....Rick