Hi all,
I have a dashboard with 15 textboxes. In short this layout can't change.
I was populating the boxes with one query each when the form opened, and they populated fairly quickly. In order to reduce the number of queries, I merged them all into one union. I populated the textboxes by setting their default values to certain elements of the union query. The database is tidier, but it took around 20 seconds for all the boxes to be populated.
Now when the form opens, I'm populating the textboxes from the same union, but using vba. The dashboard now populates in around 15 seconds, which still seems too long.
Are there any other options available to me that may speed the process up?
Thanks in advance
I have a dashboard with 15 textboxes. In short this layout can't change.
I was populating the boxes with one query each when the form opened, and they populated fairly quickly. In order to reduce the number of queries, I merged them all into one union. I populated the textboxes by setting their default values to certain elements of the union query. The database is tidier, but it took around 20 seconds for all the boxes to be populated.
Now when the form opens, I'm populating the textboxes from the same union, but using vba. The dashboard now populates in around 15 seconds, which still seems too long.
Are there any other options available to me that may speed the process up?
Thanks in advance