Hi,
In the VBA, I put cammand "DoCmd.Echo False", the purpose is to run some command but not to update the screen (To freeze the screen). After finished all the command, we should turn it on by using "DoCmd.Echo True", if not the screen will be hang and have to use CTRL-ALT-DEL to end the task...