Hi Guys,
I want to use echo on/off around my code on a form but after it's complete the screen is frozen and I need to close the database.
DoCmd.Echo True, "Updating..."
docmd."Bit of code"
DoCmd.Echo False, "Done"
I have tried repaint, repaintobject, refresh but nothing works.
Does anyone know a solution or an alternative.
Thanks.
I want to use echo on/off around my code on a form but after it's complete the screen is frozen and I need to close the database.
DoCmd.Echo True, "Updating..."
docmd."Bit of code"
DoCmd.Echo False, "Done"
I have tried repaint, repaintobject, refresh but nothing works.
Does anyone know a solution or an alternative.
Thanks.