In article <znd_e.4239$RW.2175 (AT) fe2 (DOT) news.blueyonder.co.uk>, "Falcon"
<info (AT) getlost (DOT) com> wrote:
Quote:
Matt I should say I'm using FM 8 and it does not like
If ( Appt Date => // ; 1 ; 0 )
Error message "A number, text constant, field name or "(" is expected here." |
I'm not sure about FileMaker 7 or 8, but I don't think you can use //
within a calcuation field or auto enter calculation. Instead you should
be using the Get(CurrentDate) function.
ie.
If ( Appt Date => Get(CurrentDate) ; 1 ; 0 )
The // is a special symbol to obtain today's date, but only when used
in Find mode.
Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)