Re: Help with customizing a Contact form please



The easiest way to build a formula -- especially when you're just getting
started with formulas -- is to use the input options available in the Edit
Formula window. You'll have a list of available fields and functions. Use
standard operators like +, -, &, etc. to join expressions. Thus, you might
try:

[LastName] & ", " & [FirstName]
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx



"Saucer Man" wrote:

Thank you Sue. In reference to question 4, I don't know what formula to use
in the Value box. can you help me here?


"Sue Mosher [MVP-Outlook]" <suemvp@xxxxxxxxxxxxxxx> wrote in message
news:AC0E755E-6765-41DF-AEC8-9C7407E3F4CC@xxxxxxxxxxxxxxxx

4) How do I set the default value for "File As" to lastname, firstname?
I
will make the field disabled so that the user can see that it will be
filed
as lastname, firstname but will not be able to change it.

Try using a formula on that control's Value tab.

.


Loading