captphan
Programmer
- Jan 24, 2007
- 42
I have a combo box in a form. Before I change it I need to adjust records in various tables based on the value. Then I need to use the new value to update the sub forms.
The only way I have found to use the existing value is the On Get Focus property. This cause the user to have to wait for the updates then select a new value and then wait for the subfroms to requery.
I want something that is less obtrusive to the user. Any suggestions?
The only way I have found to use the existing value is the On Get Focus property. This cause the user to have to wait for the updates then select a new value and then wait for the subfroms to requery.
I want something that is less obtrusive to the user. Any suggestions?