N
NH
I have a form with a load of combo boxes which I need to requery when I move
between records.
Under the form|oncurrent event, I have added the lines
me.town.requery
me.city.requery
me.country.requery
me.............
what i would like to do is tidy it up a bit by adding some code which
basically requeryies *all* controls, or just the combo boxes if necessary...
Is this easy to do?
Thanks
Nick
between records.
Under the form|oncurrent event, I have added the lines
me.town.requery
me.city.requery
me.country.requery
me.............
what i would like to do is tidy it up a bit by adding some code which
basically requeryies *all* controls, or just the combo boxes if necessary...
Is this easy to do?
Thanks
Nick