Andrew K said:
I expected that NOW() would return the current date in a Date field. It
doesn't, either plain or in square brackets. Where can I find a complete
list of these functions with their definitions and usage?
Andrew,
The syntax for custom field functions, methods, etc. used to be easily
accessible via the "Help" button at the bottom of the Custom Field
Definition window in Project versions prior to 2003 - although I found
the syntax explanation was often lacking. For Project 2003 (and possibly
with 2002) that information has been moved. Use the Project Help file
and search for "functions".
With regard to your question on the "Now" function. It does return the
current system date when used in a formula in a spare customized field.
For example the following will put the current date (and time if that
display option is active) in the Date1 field:
Date1 = Now().
Functions cannot be used in standard date fields (e.g. Start, FInish,
etc.) however they can be included in a VBA macro that modifies the data
in those fields.
Hope this helps.
John
Project MVP