Anyone know how to search for a line of text and replace it with 2 lines?
i.e.
Search for:
Set cnn = CurrentProject.Connection
and replace it with:
Set cnn = CurrentProject.Connection
cnn.CursorLocation = adUseServer
i.e.
Search for:
Set cnn = CurrentProject.Connection
and replace it with:
Set cnn = CurrentProject.Connection
cnn.CursorLocation = adUseServer