Skippymouse
New member
- Local time
- Today, 06:02
- Joined
- Jan 5, 2001
- Messages
- 8
And the (painful) saga continues.
In review, I have a query based combo box on a form which selects a ProviderName. In a subsequent combo box I have SiteNames. The idea is to get only the SiteNames directly associated with the ProviderName selected to appear in the second combo box. I have tried using a query to reference the selection in the ProviderName box and list only the SiteNames which are related to that Provider. No joy. Returns no results. I tried code and Dlookup an still no joy.
I think it may be a SetValue problem but I am unsure since VBA and I are still pretty much strangers. I am not very familiar with filters and things like that so I am now officially totally lost.
Is there some point I have foolishly overlooked that is preventing me from getting results?
In review, I have a query based combo box on a form which selects a ProviderName. In a subsequent combo box I have SiteNames. The idea is to get only the SiteNames directly associated with the ProviderName selected to appear in the second combo box. I have tried using a query to reference the selection in the ProviderName box and list only the SiteNames which are related to that Provider. No joy. Returns no results. I tried code and Dlookup an still no joy.
I think it may be a SetValue problem but I am unsure since VBA and I are still pretty much strangers. I am not very familiar with filters and things like that so I am now officially totally lost.
Is there some point I have foolishly overlooked that is preventing me from getting results?