Edit query from a form

R

Robin

Hi. I have a simple query that combines two tables (no expressions, just a
straight join). I have made this query to feed into a form. There are tick
boxes on the form that I would like to be able to tick / untick. However,
the way it is set up at the moment, I cannot edit these tick boxes (because
the information on the form is from a query). Is there a setting or
something that will allow these tick boxes to be ticked / unticked/ Thanks
very much.
 
J

Jeff Boyce

Robin

I suspect the difficulty is in the query ... if the query itself is not
updateable, the form won't be.

Check Access HELP re: updateable queries for ideas on resolving...

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or psuedocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
G

golfinray

If your query is editable, your form checkboxes should be editable. Look at
the arrow and asterisk on the bottom of the query and see if they are
highlighted. If not, you may have to use your query to make a table and run
your form off the table.
 

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

Top