I am having trouble when I do a mail merge from Access to Word because Word will open up another instance of Access, which throws my whole project off. (I'm not sure why this is happening.) I would like to stop this by placing something like this in the Form_Load() section of my start up form:
If a previous instance of Access is running Then
Unload Me
End if
I don't know any of the VBA syntax and I can't seem to find out how to do this anywhere. Any help would be greatly appreciated!!! Thanks!!!
If a previous instance of Access is running Then
Unload Me
End if
I don't know any of the VBA syntax and I can't seem to find out how to do this anywhere. Any help would be greatly appreciated!!! Thanks!!!