I really appreciate the help, Voo.
At first I couldn't get it to work, because I was confused about which table I need to count columns on.
The form is based on the Locations Table. The Country_Code field is column #6.
The Countries table is the source list for the Country list box. The Country_Code field is column#1
The States_And_Provinces Table is the source list for the States table. The Country_Code is column#2
At first I thought you meant the column # from the Locations or the Countries table. In both cases, using that number resulted in an empty States dropdown. It was only when I started this post to tell you it didn't work that it occured to me to try the column# from the States_And_Provinces Table. Then it worked fine.
I originally had another macro attached to the On Record Change event as the Locations table also functions as a source table for a combo box on my Field_Trips data entry form. So I had a macro to force the refresh of the Location combobox on the Field Trips form attached to the after record change event on the Locations form. More on that
here..
I'm still looking for a better solution for that issue, in
this thread.
In the meantime, though, I have established a work around that lets me use both macros. I copied the Locations form. One is set for new entries only and uses the macro to refresh the combo box on the Field_Trips form. (This Locations form can be invoked by a button on the Field_Trips form). The other copy uses the macro you gave me here, to reset the States lisbox when the record is changed. Both copies use the listbox limiting macros.
Thanks again for your help.
kabing