EXERCISE TOPIC▼
VBA EXERCISES▼
ADVANCED VBA EXERCISES▼
Advanced VBA | Links to other applications exercise | Form linked to Access query for football
This exercise is provided to allow potential course delegates to choose the correct Wise Owl Microsoft training course, and may not be reproduced in whole or in part in any format without the prior written consent of Wise Owl.
You can learn how to do this exercise if you attend one of more of the courses listed below!
Software ==> | Advanced VBA (33 exercises) |
Version ==> | Any MS Office versions |
Topic ==> | Links to other applications (4 exercises) |
Level ==> | Harder than average |
Courses ==> | Fast track Excel VBA / Advanced VBA |
You need a minimum screen resolution of about 700 pixels width to see our exercises. This is because they contain diagrams and tables which would not be viewable easily on a mobile phone or small laptop. Please use a larger tablet, notebook or desktop computer, or change your screen resolution settings.
Create a form in Excel which displays the names of teams taken from the query called Lookup Teams in the Access database:

The drop list is populated from the Access query
When a user chooses a team and clicks on the Show Details button, the system should:
- Show the team's ground and colours, if it exists in the Excel worksheet; or
- Show a message otherwise saying the team hasn't been found
Here is what you might see for the above team choice:

The message where a team is found
Save and close this workbook.