Getting the information from a Combo Box and show a information

R

Rodrigo Borges

I have a table with 2 fields:

server
vss

Now I need to create a form that show me the vss based on the server
selected (a server can have more than one VSS). I added a combo box on Form
Header showing the field server. Now I need to create a event (After Update)
to show me the VSS relationed to the selected server on Form Detail. I want
to show as a spreadsheet.

Does anybody know how do I accomplish this task?
 
Top