Okay I got it.
I open AccDB2 with ShellExecute(). In my case I control the caption of AccDB2 so its already known. I then find the Window Handle, hWnd, of AccDB2 thru the caption of AccDB2 using 'FindWindow'. Then using the hWnd, I close AccDB2 using 'SendMessage'. Please note you have to use...