I have a database that was created in Access 2003. I have since switched over to Access 2007. The Menu / Toolbars show under the Add-ins Tab now. That is not a problem.
I need to make changes to these custom Menus / Toolbars. In Access 2007, it is not very clear as how to perform the...
Does anyone have an example of how to create a recurring appointment in Outlook using VBA? I know how to create and post an appointment and set many of the attributes, but I can't seem to set the recurrence.
Any help would be greatly appreciated.
How do I prevent Users From Unhiding Database Window and Changing Settings in Access 2007?
Users with Access Professional are able to view the database window and change startup properties in the database. Most of my apps are .mde files so most of the objects cannot be modified; however, the...
I need to create and send a lotus notes based email from my database. Unfortunately, I don't have Lotus notes on my machine so I don't know any of the object attributes and such.
Does anyone have any code that creates a lotus notes object and then sends an email based on that?
All help is...
Is there a way to make a label, textbox, etc. change based on another field continuing to the next page?
For instance, on the first page the label may read
"Job Description". If the Job Description field continues to the next page, I want the label/textbox to read "Job Description Continued"...
Does anyone have or know where I can find a list of all the available API Calls?
Along with the list, is there a description of each of the calls and a list and description of the associated parameters?
Thanks in advance for any help provided!
To all:
Here is what I did:
Dim olMailItem As Object
Dim strTemplPath As String
Dim myOlApp As Outlook.Application
strTemplPath = "TemplatePath\TemplateName.oft"
Set myOlApp = CreateObject("Outlook.Application")
Set olMailItem = myOlApp.CreateItemFromTemplate(strTemplPath)...
Good Afternoon All!
Let me preface this by saying that I know how to open Outlook templates via "Shell" commands And I know how to create new email objects and populate them using Outlook mail item objects from Access.
What I need to know is how can I populate an Outlook template...
Good Afternoon All!
Let me preface this by saying that I know how to open Outlook templates via "Shell" commands And I know how to create new email objects and populate them using Outlook mail item objects from Access.
What I need to know is how can I populate an Outlook template...
Hi all!
Does anyone know how to refer to the My Documents folder and other standard windows folders without having to type the full file path?
I trying to avoid referring to C:\Documents and Settings\UserName\My Documents.
The next version of Windows may not follow this path exactly and I...
Does Anyone know how to override the feature in AccessXP that prevents design changes in "Shared" databases while more than one user is in the system?
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.