Form Query

  • Thread starter Thread starter Ben
  • Start date Start date
B

Ben

I am trying to run a query in an access form, but the
query does not show up under the Control Source --> Query
portion of the field I am trying to run it in. I have
the query written and it shows up under the Query heading
on the main switchboard, but it does not show up under
the query subheading in the control source.

Thanks
Ben
 
Ben said:
I am trying to run a query in an access form, but the
query does not show up under the Control Source --> Query
portion of the field I am trying to run it in. I have
the query written and it shows up under the Query heading
on the main switchboard, but it does not show up under
the query subheading in the control source.

Query names do not show in the controls' ControlSource property. Only
the names of columns (fields) of the form's RecordSource will show in
the ControlSource selection list.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top