User Profile

Collapse

Profile Sidebar

Collapse
foreigner
foreigner
Last Activity: Apr 3 '08, 12:50 PM
Joined: Apr 2 '08
Location: Turkey
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • foreigner
    replied to To Email From Access 2007
    I found this and made a command button :
    --------------------------------------------------------------------------

    Dim stDocName As String
    Dim stLinkCriteria As String
    Dim Subject As String
    Dim Message As String

    If IsNull([E-Mail]) Or ([E-Mail]) = "" Then
    MsgBox "This Person Has No E-Mail Address"
    Exit Sub
    ...
    See more | Go to post

    Leave a comment:


  • foreigner
    started a topic To Email From Access 2007

    To Email From Access 2007

    I have created a form in Access, which has fields like name, sirname, email, city, country....

    All i want is to send emails to friends with filtering city. Like i can email all of them or select a city. My "city" field is shown on form with drop down menu.

    Is there such a command script which can do that and open outlook automatically with selected emails in "to" field ?

    Thanks in advance...
    See more | Go to post
No activity results to display
Show More
Working...