Form based on query

clauses

Registered User.
Local time
Today, 02:14
Joined
Feb 9, 2001
Messages
56
I have a form that is based on a query. The way the query has been designed it should display one or more records concerning a criteria entered by the user. How can I set the form up to navigate through all the records returned by the query? In other words when ran independently the query will return 6 records, when run with the form how can I make the form able to navigate between all 6 records?
 
As long as the <Properties><record source> of the form is being pulled from the quey you should be able to use the arrows at the bottom of your form page to navigate through your records.

You can always write code, run marcos, or use command buttons to allow users to Navigate to the "Next" or "Previous" records.

If you are having a specific problem with Navigation, please post here!
 

Users who are viewing this thread

Back
Top Bottom