Select all in a continous form

R

Ryan Tisserand

Access 2003
Vista Business

Mainform = MailingLabels
Subform = Transactions

In [Transactions] I have a text field named [Printed]. In my Mainform I
have a checkbox called [Selectall]. Is it possible to have ALL records in
[Transactions]![Printed] = "Yes" when [MailingLabels]![Selectall] checkbox
is checked?
 
M

Minton M

Access 2003
Vista Business

Mainform = MailingLabels
Subform = Transactions

In [Transactions] I have a text field named [Printed]. In my Mainform I
have a checkbox called [Selectall]. Is it possible to have ALL records in
[Transactions]![Printed] = "Yes" when [MailingLabels]![Selectall] checkbox
is checked?

To do this, you would need a field in the subform's recordset (a yes/
no field with printed) which your main form would update. If you link
this field to your subform, it will become visible. You can't use
unbound controls in subforms that have distinct values per record.

-- James
 

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