G
Garry Jones
Linking from Access to Word... (2003)
The following code works and writes the date in the way I want.
{MERGEFIELD "Date2" \@ yyyy/MM/dd}
The following adds a - before the field if it exists, but leaves the
date in the wrong format.
{MERGEFIELD "Date2" \b " - "}
The following code "should work" but does not, how do you use the \@
switch and the \b switch simultaneously
{MERGEFIELD "Date2" \@ yyyy/MM/dd \b " - "}
Am I missing something...?
Garry Jones
Sweden
The following code works and writes the date in the way I want.
{MERGEFIELD "Date2" \@ yyyy/MM/dd}
The following adds a - before the field if it exists, but leaves the
date in the wrong format.
{MERGEFIELD "Date2" \b " - "}
The following code "should work" but does not, how do you use the \@
switch and the \b switch simultaneously
{MERGEFIELD "Date2" \@ yyyy/MM/dd \b " - "}
Am I missing something...?
Garry Jones
Sweden