Hi Thomas,
go to the code behind your first form -- copy the relevant
event procedures to the code behind your second form. The,
go to each control individually to ensure that the proper
event says [Event Procedure] -- if it does not, choose
[Event Procedure] and click on the builder button (...) to
the right -- if it takes you to just a prcedure declaration
and and End Sub, you still need to copy the code from the
first form.
Whenever you write or paste code, your should ALWAYS compile
it before you attempt to run it.
from the menu: Debug, Compile
fix any errors on the yellow highlighted lines
keep compiling until nothing happens (this is good!)
Warm Regards,
Crystal
Microsoft Access MVP 2006
*
Have an awesome day
remote programming and training
strive4peace2006 at yahoo.com
*
ThomasAJ wrote:
I have a flakey form with many controls and their events.
I have set up a new form and have copied the controls and code to it
and of
course the events have been lost.
Any way of associating the events with the controls easily.