G Gary Mar 23, 2004 #1 I used seek before but it does not seem to se supported any more.What is the equivalent today?
G Gary Mar 23, 2004 #2 More Information: I want to go to a specific record in a form. I know the number (PK)
J John Vinson Mar 23, 2004 #3 I used seek before but it does not seem to se supported any more.What is the equivalent today? Click to expand... SEEK works *only* in a local Table (or in a database which you have specifically opened in code). On a Form you can use FindRecord.
I used seek before but it does not seem to se supported any more.What is the equivalent today? Click to expand... SEEK works *only* in a local Table (or in a database which you have specifically opened in code). On a Form you can use FindRecord.