requerying two columns of the same query results.

22strider

Active Member
Joined
Jun 11, 2007
Messages
311
Hello Friends

I am having hard time re-querying two fields of one query result.

I have a query that shows results with two columns "Postal Code Category" and "Postal Code Sub Category". "Postal Code Category" is first three letters of the postal code and "Postal Code Sub Category" is last three letters of the postal code.
In a new form I have created two combo boxes and trying to perform re-query function to do the following:
When I select a particular "Postal Code Category" in the first combo box, I should only see relevant "Postal Code Sub-Category" in the second combo box.

Thanks for your help
Rajesh
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Hi Rajesh,

See if this helps. Basically you have a loop.
1. The second combo uses the bound column of the first combo as its criteria
2. The AfterUpdate event of the first combo has code to requery the second combo.

Denis
 
Upvote 0
thanks; it worked. I was trying the same thing by using macro builder but for some reason it didn't work. Thanks for guiding me towards that page
 
Upvote 0

Forum statistics

Threads
1,224,518
Messages
6,179,261
Members
452,901
Latest member
LisaGo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top