Searching through data without using ADO ??

  • Thread starter Thread starter PFMcCracken
  • Start date Start date
P

PFMcCracken

I have a query suppling the data to a report. But I need to check the
next record to compare dates.
Can I do this without using ADO and its syntax?

Philip
 
In an ISAM database, such as Access, there is no guarantee that the records
well be in any particular order, unless you query them that way. You can use
a SQL string with either ADO or DAO to do that.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access Downloads
http://www.datastrat.com
http://www.mvps.org/access
 

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