Re: can i generate an event?
If you have Code in your Lists Click Event, just Call it like you would a Sub, ie.
List1_Click
Aaron Young
Analyst Programmer
[email protected]
[email protected]
Re: can i generate an event?
are u sure?
can i do that from a module?
formname.list1_click does not seem to work for me.
Re: can i generate an event?
Now you never mentioned wanting to call it from a Module...
To do that you would have to change the List1_Click Sub Declaration from Private to Public, then use:
Formname.List1_Click
Aaron Young
Analyst Programmer
[email protected]
[email protected]