Valedevargo49
New member
- Local time
- Today, 10:34
- Joined
- May 22, 2016
- Messages
- 1
Hi,
Help! I'm experiencing he exact same issue. I've tried most of the solution offered in this thread, with no success. I think my specific issue may lie in the excessive number of calculated fields in my dataset. Out of about 25 fields on my subform, about 20 are calculated.
I don't have any tab controls on the subform (though other subforms on the parent do), and all of my labels are tied to controls.
I'm on Access 2010 running on Windows 7.
Here's additional background information on the design for the form and my specific issue:
I have a subform in “Continuous Forms” view that sits on a parent form. The subform’s recordset is a query that contains a mixture of calculated fields and fields from a table (though the majority of the fields, by far, are calculated). On the subform, several of the fields have conditional formatting applied.
I have a combo box on the parent form that allows me to go to a specific record on the form (using the “FindFirst” method in the combo box's After Update event) that then filters the subform.
There are more fields in the subform than can be displayed, so there’s a horizontal navigation bar that allows me to scroll left and right to view the fields. Likewise, there’s a vertical scroll bar on the subform that allows be to scroll up and down to view the records.
The issue:
When the form loads or when I use the combo box to go to another record or when I use either the vertical or horizontal scroll bars, all of the records in the subform refresh causing them to “flicker” as if the form is loading for the first time.
This provides for an awful user experience. The records/rows are constantly “flickering” and "reloading" and it’s really annoying!
Is there anything that can be done about this?
Any assistance is GREATLY appreciated!!
Manuel
Help! I'm experiencing he exact same issue. I've tried most of the solution offered in this thread, with no success. I think my specific issue may lie in the excessive number of calculated fields in my dataset. Out of about 25 fields on my subform, about 20 are calculated.
I don't have any tab controls on the subform (though other subforms on the parent do), and all of my labels are tied to controls.
I'm on Access 2010 running on Windows 7.
Here's additional background information on the design for the form and my specific issue:
I have a subform in “Continuous Forms” view that sits on a parent form. The subform’s recordset is a query that contains a mixture of calculated fields and fields from a table (though the majority of the fields, by far, are calculated). On the subform, several of the fields have conditional formatting applied.
I have a combo box on the parent form that allows me to go to a specific record on the form (using the “FindFirst” method in the combo box's After Update event) that then filters the subform.
There are more fields in the subform than can be displayed, so there’s a horizontal navigation bar that allows me to scroll left and right to view the fields. Likewise, there’s a vertical scroll bar on the subform that allows be to scroll up and down to view the records.
The issue:
When the form loads or when I use the combo box to go to another record or when I use either the vertical or horizontal scroll bars, all of the records in the subform refresh causing them to “flicker” as if the form is loading for the first time.
This provides for an awful user experience. The records/rows are constantly “flickering” and "reloading" and it’s really annoying!
Is there anything that can be done about this?
Any assistance is GREATLY appreciated!!
Manuel