Sandy,
One way you can view query results in an existing form is
to change the record source. You can do this by going to
the form in Design View then clicking the top left square
parallel to the top ruler. If you right click that square
and choose properties, then go to the Data Tab, the record
source has all of the tables and queries in your database.
Select the one you want and if the fields are named the
same, you can view each record in your form. Keep checking
your responses as someone may have a better idea, as this
is good for once in a while but would be a pain if you did
it often.
Dennis
-----Original Message-----
How do I display the results from my query in an
exisiting form so that I can view the records separately?
The fields are all there in the form. I have set up a
query with a parameter that keeps changing, so I run the
query and get the correct results but can only view it in
a datasheet.