G
gawime
Guest
I am writing some Code for a Form
it has elements like
cmdok_click ()
cmdcancel_click ()
lstblah_dblclick ()
etc...
Each section of code works, but with a weird caveat. In order to make the code work, I need to cut it, then paste it, then save it. Once I do that the code does what I intended it do.
If I don't cut/paste/save the VBA code once I open the database, parts of the code don't work at all. It doesn't give me errors, but the code doesn't work. For example, the cmdcancel_click will work, but if I double click the lstblah the lstblah_dlblick() won't even be called.
Any ideas whats going on?
it has elements like
cmdok_click ()
cmdcancel_click ()
lstblah_dblclick ()
etc...
Each section of code works, but with a weird caveat. In order to make the code work, I need to cut it, then paste it, then save it. Once I do that the code does what I intended it do.
If I don't cut/paste/save the VBA code once I open the database, parts of the code don't work at all. It doesn't give me errors, but the code doesn't work. For example, the cmdcancel_click will work, but if I double click the lstblah the lstblah_dlblick() won't even be called.
Any ideas whats going on?