T
Thomas Kroljic
Hello All,
I have an Access 2002 database. I have one form that I noticed takes
quite awhile to
appear on the screen. This particular form has many "unbound" fields that
get initialized during
the "Form Load" event.
I'm trying to determine if I can somehow get the form to display quicker
on the screen. I noticed with some
testing that if a form has fields that are directly linked to the
underlying table, the form appears almost
instantaneous. But if I add several "unbound" fields to the form and use
vba code in the Form Load
event, the displaying of the form takes 3 to 8 seconds longer depending on
the number of "unbound" fields
and the logic being used.
is this normal? It seems that if a form has fields tied directly to the
table it's display is lighten fast. If the
form has many unbound fields which get initialized during the Form Load
event, it slows down considerable.
If this is normal, does anyone have any suggestion on what I can do to
speed up the display of this form.
Thank you,
Thomas J. Kroljic
I have an Access 2002 database. I have one form that I noticed takes
quite awhile to
appear on the screen. This particular form has many "unbound" fields that
get initialized during
the "Form Load" event.
I'm trying to determine if I can somehow get the form to display quicker
on the screen. I noticed with some
testing that if a form has fields that are directly linked to the
underlying table, the form appears almost
instantaneous. But if I add several "unbound" fields to the form and use
vba code in the Form Load
event, the displaying of the form takes 3 to 8 seconds longer depending on
the number of "unbound" fields
and the logic being used.
is this normal? It seems that if a form has fields tied directly to the
table it's display is lighten fast. If the
form has many unbound fields which get initialized during the Form Load
event, it slows down considerable.
If this is normal, does anyone have any suggestion on what I can do to
speed up the display of this form.
Thank you,
Thomas J. Kroljic