On Click

  • Thread starter Thread starter Claire
  • Start date Start date
C

Claire

ALSO POSTED ON: microsoft.public.access.formscoding

Good Day

I need to know how to imitate an OnClick event without the
user actually having to click in the control.

My form list box returns yes or no to show whether or not
an account is tax exempt. However, my tax calculation
control will not recalculate and show the correct result
of it's IIF statement until I actually click in the exempt
testing control, in fact it holds on to the result from
whichever record I looked at previously.

I think what might be messing this all up is the fact that
these controls are both on a tab control page and the
underlying main form is not tied to a specific table or
query.

Any suggestions?

TIA
Claire
 
Back
Top