I am using the following code to open a Word document and use an Access query as the data source. (For test purposes I've hard coded the file and query names but eventually they will be variables.)
Function testmerge()
Dim db As Database, wrd As Object
Set db = CurrentDb
Set wrd =...
Is there a way to programmatically reproduce the functionality of MergeIt With Microsoft Word without having to manually go through the wizard. If use application.runcommand WordMailMerge, it starts the wizard but then I have to manually choose whether to link to an existing document or create...
Step by step to produce the problem.
1. I'm using Access 2000; I don't know if it occurs in 2002.
2. Create a form based on a table in design view.
3. Place a tab control on the form.
4. From the Field List, drag down several fields and place within the tab control.
5. Change the...
I have a form with a text box whose Visible property is
set to No. When I click on Filter by Form, this text box
appears, and it remains visible after I apply the filter.
Any idea why this would happen and how to stop it from
happening? Deleting the text box is not an option. I
tried...
BCP is failing with a GPF whenever we use the -e option to create an error file. I searched Microsoft's knowledge base and this was acknowledged as a problem in 6.5, but no mention of a problem with 7.0. However, we had no problems with bcp under 6.5, it only began when we...
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.