GeekArticles
Database
MS AccessUsing a Microsoft Access Combo Box to Search for a Record
Author: databasedev.co.uk |
Published: 10th Dec 2005 |
Visited: 503 times |
Add CommentFiled in: MS AccessUsing a Microsoft Access Combo Box to Search for a Record:
In the previous article, we looked at Creating Event Procedures in Microsoft
Access. The article described how we would use the AfterUpdate event
procedure of an Access Combo Box control. Here we detail how to create
and use the VBA code that will perform the action of searching for the
record chosen in the combo box.
Read Article Sponsored Links
Related Articles
• Access WSDL Access WSDL and Generate Axis Stubs to Access the Web Service Remotely
Now for the really cool stuff. As we discussed earlier, we have set up the ServiceMix as a separate web service gateway in front of the actual web service deployment. Now we have to check whether we can access the WSDL from the S ...