ans: 在 findkey or findnearest method 下找到以後用 while or repeat...until
判斷是否和 finkey or findnearest 找到的資料相同,若不同則已沒有同的資料了,
否則,則還有相同的資料,繼續到下一筆去找.
while ((not Table1.eof) and (t1=FieldByName('Field'))
begin
:((
:
:
t1=FieldByName('Field');
t1=FiledByName('FieldByName');
Table1.Next;
end;