Hello
Two questions:
1. I have a form with a table on bottom. On the table, each row has a checkbox. Using it will save it to table the form is based on. There is also a report button.
I want the report show only the data that have checkbox = true in the form. It is easy to make it show those rows that are checked true in the original table but that's not what I want.
2. I have a form with a table. Unfortunately, it cannot be updated. There is a checkbox that needs to be used. I made it so that when one clicks a checkbox in the table, it opens a small popup form that allows the user to change it to true/false.
The problem is that after the popup form is closed, the changed data/checkbox isn't refreshed on the original table. Pressing F5 helps. How do I automate this press of F5 when the popup form is closed? I tried many macros but I just can't make it happen.
Two questions:
1. I have a form with a table on bottom. On the table, each row has a checkbox. Using it will save it to table the form is based on. There is also a report button.
I want the report show only the data that have checkbox = true in the form. It is easy to make it show those rows that are checked true in the original table but that's not what I want.
2. I have a form with a table. Unfortunately, it cannot be updated. There is a checkbox that needs to be used. I made it so that when one clicks a checkbox in the table, it opens a small popup form that allows the user to change it to true/false.
The problem is that after the popup form is closed, the changed data/checkbox isn't refreshed on the original table. Pressing F5 helps. How do I automate this press of F5 when the popup form is closed? I tried many macros but I just can't make it happen.