access 2 conversion issues

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a conversion issue when converting an Access 2 or 97 database to
Access 2003, specifically when using the in-built find function? I have a
database that pre-conversion you could do a search on a field on a bound form
and it would go to the desired record. Post conversion it does not.
 
We might need to see the code you are using to find the record.

There are some differences. For example:
- The RecordsetClone may not be at the same place it was.
- Dates are handled differently (depending on your date format.
- A space and a zero-length string were considered equal in Access 2.
 

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