function to retrieve data from next/previous records

M

Mark

How do you write a function to retrive data from a query on the next
or previous records? Any quick examples, ideas?

Thanks - Mark
 
D

Dan Artuso

Hi,
You can open a recordset based on the query.
Next or Previous relative to what?
 
Top