Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: CWestII
  • Content: Threads
  • Order by date
  1. CWestII

    Modify Legacy (2003) Custom Menu/Toolbar in Access 2007

    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...
  2. CWestII

    Create a Recurring appointment in Outlook using VBA

    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.
  3. CWestII

    Access 2007: Prevent Users From Unhiding Db Window & Changing Settings

    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...
  4. CWestII

    Create / Send Lotus Notes Based Email from Microsoft Access

    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...
  5. CWestII

    Conditional Header Based on Page Overrun

    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"...
  6. CWestII

    List and Description of API Calls

    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!
  7. CWestII

    How To Create/Populate an Outlook Msg Created from an Outlook Template

    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)...
  8. CWestII

    Accessing Outlook Email Templates

    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...
  9. CWestII

    Accessing Outlook Email Templates

    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...
  10. CWestII

    Refer To My Documents Folder

    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...
  11. CWestII

    Access Developers Edition Compared to Access Professional Edition

    What are the benefits (extra features) that Access XP Developers provides that are over and beyond what Access XP Professional provides.
  12. CWestII

    Design Changes In Shared 2002(XP) Databases

    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?

Part and Inventory Search

Back
Top