How can i hide row?? HELP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have database and in this DB i got form and inside this form there is
subform and there is few coloms and rows and in each row there is checkbox in
that subform.

My questions is how can i hide Row when i click on Checkbox on the row??

Please help, and i do not know anything about coding if u going to put
code.( i am still new on Access)

Thanks for all your help.
 
Hi

I have database and in this DB i got form and inside this form there is
subform and there is few coloms and rows and in each row there is checkbox in
that subform.

My questions is how can i hide Row when i click on Checkbox on the row??

Please help, and i do not know anything about coding if u going to put
code.( i am still new on Access)

Thanks for all your help.

You do not need any code at all.

Rather than basing the Subform on a Table, base it on a Query; the
query should select records which have the checkbox field equal to
False.

John W. Vinson[MVP]
 

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