G
geebee
Hi,
I have some fields in my form, like the following:
="1: " & DCount("[vouchamt]","FY02_BASETABLE","[Name] =
[Traveler] and [vouchrec] =0 and [cancel] = 0 and [fy] =
[forms]![password]![fy] and DateDiff('m', [start date],
now()) <=1")
The problem is, the value in the field is slow to load or
show. However, when the user moves the mouse over the
field, the value shows up. I have no "OnMouseMove"
event, so that is not why the value is not being
immediately shown.
Does anyone know why the value is not being immediately
show, and how I can speed up the display of the value?
Thanks in advance,
geebee
I have some fields in my form, like the following:
="1: " & DCount("[vouchamt]","FY02_BASETABLE","[Name] =
[Traveler] and [vouchrec] =0 and [cancel] = 0 and [fy] =
[forms]![password]![fy] and DateDiff('m', [start date],
now()) <=1")
The problem is, the value in the field is slow to load or
show. However, when the user moves the mouse over the
field, the value shows up. I have no "OnMouseMove"
event, so that is not why the value is not being
immediately shown.
Does anyone know why the value is not being immediately
show, and how I can speed up the display of the value?
Thanks in advance,
geebee