View Full Version : Query results in a form


Pattie
05-27-2002, 02:34 PM
I have designed the query I need, however, I can't seem to get the query's results to show in form view, they keep showing up in table view, the initial form is fine, but after running the query the results keep showing in data sheet view. any suggestions?

llkhoutx
05-27-2002, 03:43 PM
go to design veiw of the form and set the form property "Default" to "Single Form" or "Continuous Forms," but not "DataSheet."

Pattie
05-27-2002, 04:14 PM
Thanks, I tried that but it's still coming up the same.

David R
05-28-2002, 01:36 PM
Are you running the form or the query?
Run the form, but base the form on your query, not the table. When the form opens the query will be run, and your dataset will be pushed into the form as a result.

Pattie
06-13-2002, 01:28 PM
thanks, it works now!

David R
06-13-2002, 01:35 PM
Glad to hear it.