Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is this possible

Status
Not open for further replies.

pigsie

Programmer
Joined
Dec 19, 2000
Messages
307
Location
GB
Hi I would be grateful if anyone could give me any pointers on how to do the following:

I have a form which displays the results of a parameter query - I would then like to launch a second form ( I can do that) which iterates through the records on the first form.

Is this even possible?

Thanks
 
Take a look at Recordset

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Yup, very possible.

As PHV said use a recordset. You should IMHO bind your form to the recordset that you want, then you can navigate the recordset as if it were any regular query. (in truth they are one and the same thing..)

Randall Vollen
National City Bank Corp.
 
You might also want to look at recordsetclone as well.
 
Thanks, I will have a look into this
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top