B
bpauley
How do I refresh combo boxes on a form?
I have two combo boxes dependant on the info in 3 other combo boxes. the two
I need refreshed are cboCurrPayRate and cboCurrPayRate. All works exactly as
planned, except when I change records by scrolling or by using the record
change arrow, the rates behind the two combo boxes do not update based on
the current info in the other 3 combo boxes. When I refresh the form the
rates behind the combo boxes update as desired.
I have tried refreshing the form on the "onchange" event, but no good.
Me!frmEnterMonthlyVisits.refresh
is the line I used.
Thanks
Bill
I have two combo boxes dependant on the info in 3 other combo boxes. the two
I need refreshed are cboCurrPayRate and cboCurrPayRate. All works exactly as
planned, except when I change records by scrolling or by using the record
change arrow, the rates behind the two combo boxes do not update based on
the current info in the other 3 combo boxes. When I refresh the form the
rates behind the combo boxes update as desired.
I have tried refreshing the form on the "onchange" event, but no good.
Me!frmEnterMonthlyVisits.refresh
is the line I used.
Thanks
Bill