No data display

  • Thread starter Thread starter lava
  • Start date Start date
L

lava

I am trying to open a recordset in Access for a linked sql
server table. As soon as I open it I am doing a
Recordser.Movelast to get a record count. But the Function
seems to quit without any error message and not going
through the statements after the OpenRecordset function.
Could it because of the the table has 6000 entries and it
is not able to read through all of them before the
Movelast command ?
Thanks in advance for any help.
 
lava said:
I am trying to open a recordset in Access for a linked sql
server table. As soon as I open it I am doing a
Recordser.Movelast to get a record count. But the Function
seems to quit without any error message and not going
through the statements after the OpenRecordset function.
Could it because of the the table has 6000 entries and it
is not able to read through all of them before the
Movelast command ?

I doubt it. If you post the code of the function, we may be able to
spot something. Have you tried setting a breakpoint and stepping
through the code?
 

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

Back
Top