I used to use the code below on a command button in Access to fill form letter (.docx).
If Me.Dirty Then Me.Dirty = False
Set ObjWord = GetObject("C:\MY DOCUMENTS\FORM LETTER.docx", "Word.Document")
ObjWord.Application.Visible = True
ObjWord.MailMerge.OpenDataSource _
Name:=" C:\MY...
Hello All,
I am trying to make a command button in Access that will fill a Word Mail Merge with information from that record set. The code I have so far is:
Set objWord = GetObject("C:\My documents\Mail Merge.docx", "Word.Document")
objWord.Application.Visible = True...
I have a textbox in a fillable PDF that I want to change the spacing of the text that is input. How do you change the textbox so that the spacing between characters are changed?
I have database that we use at an animal shelter. The day an animal arrives we record the day [gain date] and when it leaves [check out date].
I am trying to make a query that I can use to create a graph of number of animals per day over the year. How do I create a query to count the number...
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.