G
Guest
I am trying to make a button visible based upon a calculated field which
involves more than two DLookup functions and several other calculated fields.
If a button's visible status is based upon a field in the form's underlying
query, the visible and invisible status works great in the current event.
When it is based on a calculated field, the current event is too soon, the
GotFocus event is too late, and I can't find any other event that will wait
for the calculations to be complete before determining the visible status.
Any suggestions?
involves more than two DLookup functions and several other calculated fields.
If a button's visible status is based upon a field in the form's underlying
query, the visible and invisible status works great in the current event.
When it is based on a calculated field, the current event is too soon, the
GotFocus event is too late, and I can't find any other event that will wait
for the calculations to be complete before determining the visible status.
Any suggestions?