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 strongm 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: raf70
  • Order by date
  1. raf70

    E-Mail - Confused

    Use the MAPISession and MAPMessage controls. Here's some sample code Dim msg As String MAPISession.UserName = "user" MAPISession.Password = "password" MAPISession.SignOn MAPINotify.SessionID = MAPISession.SessionID MAPINotify.Compose MAPINotify.RecipAddress =...
  2. raf70

    Date Validation

    Hi I don't think you should be so strict on the format in which the date is captured. After all, a date is a date. You can format the date any way you like with the 'format' command. eg format(inputdate,"mm/dd/yyyy"). If you want to validate that it is a valid date then use the...

Part and Inventory Search

Back
Top