If it's an existing form, look at the form's properties (make sure it's the
properties of the form, not of a control or section on the form) and change
the RecordSource property to the name of the query.
If it's a new form, when you're creating the form, select the query from the
list of tables and queries.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"ajwittman" <(E-Mail Removed)> wrote in message
news:2CB6A82D-4FCC-4A0C-8D67-(E-Mail Removed)...
> How do I bound a query to a form?