"Tobi" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I tried making a Model1_Enter event, and i get the error message:
>
> "Compile error:
> Expected user-defined type, not project"
>
>
> I am not sure what to do, what I have is a function that connects to
> the SQL Server via ADO, and the function takes in a SQL String as a
> query, and then attempts to execute the query, and on error returns
> false, so it trys and trys until the user gives a string that queries
> cleanly, then returns the recordset.
I can't really help you with as little detail as that. Compilere error,
where in the code, I'm supposed to know?
>
> Is there a comprehensive list of events in VB/VBA? I have the O'Reilly
> VB/VBA in a nutshell book, and there is no list there, nor have I been
> able to find one through search. I am stuck.
If you go into the VBIDE, and view code in the Userform. Select one of the
Combobox event procedures already there and then in the dropdown at the top
right of the code module, click on that and you see all events available for
a combobox.
|