Create a new database and import the information into it. Be careful not to import the permissions. Do not set up any permissions in the new database until you get the data first.
Reg
I have an NT mailmerge document that I need to change to XP. It works fine in XP but it runs slowly. I need to remerge the doc in XP but the alignment and everything is off. I vagely remember something about switches. Can anyone please help?
Reg
Would this be due to the fact that I added code to Access?
This is the code that I added to run a mail merge document.
Private Sub Report_1_Click()
On Error GoTo Err_Report_1_Click
Set Sh = CreateObject("WSCript.Shell")
Sh.Run "D:\archive\closure_pkg_batch1.doc"...
I have 10 tables. They are linked to 10 spread sheets. How can I link all ten tables together or to one query? In my query I tried to link them but the only thing that was queried was batch 3. All spreadsheets have an added field called batch. Each batch has a separate mail merge document...
Private Sub Option3_Click()
Set Sh = CreateObject("WSCript.Shell")
Sh.Run "D:\archive\DUMMY_1040MFS.DOC"
End Sub
This code is a life saver!!!!!!
Thanks to all!!!!!!!!!!
Reg
Can any one tell me the problem with this???
Private Sub Option3_Click()
Shell "D:\archive\DUMMY_1040MFS.DOC"
End Sub
It generates the error:
Run time error '5':
Invalid call procedure or argument.
I am trying to run a mail merge document from access.
Also when I...
I use your shell and I got the error message compile error: invalid outside procedure.
Shell "D:\archive\DUMMY_1040MFS.DOC"
The file is on my D: drive in my archive folder .
HELP!!!!!!!!!!!
So I use this code in my whitchboard?
rivate Sub Option3_Click()
'Function MergeIt()
Dim objWord As Word.Document
Set objWord = GetObject("D:\archive\DUMMY_1040MFS.doc", "Word.Document")
' Make Word visible.
objWord.Application.Visible = True
' Set the mail merge data source as...
I know how to do the office link thingy, but if I wanted to run a mail merge document using a query and a switchboard button? It is my next source of frustration.. Please help..........
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.