J
Jim
Hi,
I have a new project where I have 1 zip table that contains about
30,000 records, as it has about every city in the USA as of 1990.
Then, I have 2 queries:
One of the queries lists every single field and record.
The other query groups the records by state and gives me instead of
30,000 recors only 50 records, and gives me population totals for each
of the states (using the groupby option in the query)..
Now, I've created a form.
The main form has the query that lists all of the 30K records.
The subform is from the second query that gives the individual state
totals.
On the main form, I've placed a combo box to do a zipcode look-up.
That works fine, as it goes right to the record with the city of the
zipcode.
OK, Now, I want to place a second combo box onto the main form also,
but which has a list of only the 50 state records. Well, the subform
is the one that has the query with the 50 state records behind it, but
I can't seem to get it work, when I tell the combo box to use that
query's state field.
Not sure it's even possible.
Can I get a clue?
Thanks
Jim
I have a new project where I have 1 zip table that contains about
30,000 records, as it has about every city in the USA as of 1990.
Then, I have 2 queries:
One of the queries lists every single field and record.
The other query groups the records by state and gives me instead of
30,000 recors only 50 records, and gives me population totals for each
of the states (using the groupby option in the query)..
Now, I've created a form.
The main form has the query that lists all of the 30K records.
The subform is from the second query that gives the individual state
totals.
On the main form, I've placed a combo box to do a zipcode look-up.
That works fine, as it goes right to the record with the city of the
zipcode.
OK, Now, I want to place a second combo box onto the main form also,
but which has a list of only the 50 state records. Well, the subform
is the one that has the query with the 50 state records behind it, but
I can't seem to get it work, when I tell the combo box to use that
query's state field.
Not sure it's even possible.
Can I get a clue?
Thanks
Jim