Hi!

I'm having problems displaying my database.

First I set up my DB with

Set objSource = New clsEyeDB

Then, when I try to set the datasource for my DBGrid with

Set dbData.DataSource = objSource

I end up with an error:
"Run-time error 403:
Class does not support automation or does
not support expected interface"

Also, how do I select which items to display from the
recordset at runtime depending on the users actions, say
"Show all events of type 2 and 4"?