Inactive Yes No

  • Thread starter Thread starter Ian
  • Start date Start date
I

Ian

I have three tables that I've joined (1:many) in a
query. I want the user to be able to turn on /off a yes
no button on the main table (from within the query) but
the yes/no box won't work when viewed in the query.
What's up?
 
Ian said:
I have three tables that I've joined (1:many) in a
query. I want the user to be able to turn on /off a yes
no button on the main table (from within the query) but
the yes/no box won't work when viewed in the query.
What's up?

More than likely, you have created an un-updateable Query. This topic is
covered in Help, but may be a little difficult to follow. Be sure the
primary key of the main table is included in the Query -- that's about the
only easy, quick possibility I can suggest.

Depending on the tables, joins, etc., it may not be possible to make a given
query updateable.

Larry Linson
Microsoft Access MVP
 
That explains it -- I've got one field that prompts for a
parameter. I bet if I take that out it will help.

Thanks
 

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

Similar Threads

Yes/No datatype 2
Check Box query issue 3
Access Dcount (multiple criteria) 3
Yes/No Fields 12
Radio Button Value In Query 3
Yes/No Fields, a Query, and a Macro 5
Make table query 2
Access Table Yes / No Field Question 4

Back
Top