.Seek or .Find record with SQL Server

L

Lynn Pennington

Looking in the Microsoft Knowledge Base - this is not
supported in a MDB file. Moving to an Access project is
not an option.

How do I SEEK or FIND a record in SQL linked tables?

Thanks,
Lynn.
 
T

Tim Ferguson

How do I SEEK or FIND a record in SQL linked tables?

You don't. These methods were included in Access as hangovers from old
file-management programs like dBase and are not part of the normal RDBMS
toolkit. SQL server in particular is set up to respond to database commands
like ORDER BY and WHERE.

Hope that helps



Tim F
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top