C
Chad
I have a list box that gets its contents from a query.
This query returns both County and State information. (
Orange County, Florida) In the list box, this
information is displayed as:
ListBox1:
Orange County Florida
Dade County Florida
Broward County Florida
I would like to reference just the state of each record.
I know how to reference each record in a list box but
when the record is made up of 2 different fields I am not
sure of how to reference one of those fields.
Thanks for any help you can give in advance
Chad
This query returns both County and State information. (
Orange County, Florida) In the list box, this
information is displayed as:
ListBox1:
Orange County Florida
Dade County Florida
Broward County Florida
I would like to reference just the state of each record.
I know how to reference each record in a list box but
when the record is made up of 2 different fields I am not
sure of how to reference one of those fields.
Thanks for any help you can give in advance
Chad