Manufacturing Information Solutions Forum Index Manufacturing Information Solutions
Your Place for Support and Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 5 matches
Manufacturing Information Solutions Forum Index
Author Message
  Topic: Send an Outlook e-mail from Access using a template (oft)
neonasafluni

Replies: 1
Views: 7003

PostForum: Microsoft Access   Posted: Thu May 05, 2011 10:39 am   Subject: Send an Outlook e-mail from Access using a template (oft)
Write Access VBA code invoking the Application.CreateItemFromTemplate method from the Outlook object model:

Set ol = CreateObject("Outlook.Application")
Set msg = ol.CreateItemF ...
  Topic: Removing Characters and Strings from a String
neonasafluni

Replies: 0
Views: 5941

PostForum: Microsoft Access   Posted: Wed Jun 02, 2010 9:40 am   Subject: Removing Characters and Strings from a String
I am often faced with a problem of a string that needs to have certain characters removed from it. With the advent of the Replace() function, the problem becomes more manageable.

For instance, if y ...
  Topic: Specify Character Spacer
neonasafluni

Replies: 1
Views: 7589

PostForum: Microsoft Access   Posted: Tue Jan 06, 2009 4:24 pm   Subject: Specify Character Spacer
Is it possible to format character spacer in a string?

=[CCandPAC] & "." & [ObjectAccount]

but I want the individual letters in the resulting character string to be spaced out.

For ex ...
  Topic: Changing the Outlook Web Access Login Screen
neonasafluni

Replies: 1
Views: 9012

PostForum: Microsoft   Posted: Sat Feb 10, 2007 12:03 am   Subject: Changing the Outlook Web Access Login Screen
Here is a good article from Tech-Net

http://technet.microsoft.com/en-us/library/720b0cd2-fb9a-4538-ab6f-681353315582.aspx
  Topic: Changing the Outlook Web Access Login Screen
neonasafluni

Replies: 1
Views: 9012

PostForum: Microsoft   Posted: Fri Feb 09, 2007 11:59 pm   Subject: Changing the Outlook Web Access Login Screen
Changing the Prompts
First of all, open the logon.asp for the language of your choice. I'm in United States so I'm going with the USA version of logon.asp. To open it up just pull up the file with no ...
 
Page 1 of 1
All times are GMT - 5 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group