Issues Migration Access 97 to Access 2003

  • Thread starter Thread starter Mone
  • Start date Start date
M

Mone

Did anyone find this weird issue, You can't break into the code of
reports, even if you write STOP in 2003, other issues I found is for
example some recordset will return recordcount of -1 when there is in
fact some records? anyone with similar issues?
 
Hi Mone,

A break point will be ignored if you have the option "Use Access Special
Keys" unchecked, under Tools > Startup. If you find this option disabled,
re-enable it. Then close Access and re-open the database. Try your break
points now.

How are you attempting to get your recordcount? If you are using something
like this:
?CurrentDb.TableDefs("TableName").Recordcount

you should know that it will always return -1 for linked tables.


Tom Wickerath
Microsoft Access MVP
https://mvp.support.microsoft.com/profile/Tom
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________
 

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