Combo Box and Update event

R

Rodrigo Borges

I have a table with 2 fields:

server
vss

there is another table tCIM with only one field: Server

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 [tCIM].[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