Hi all The var is not already defined. Tr_date is a column. I tried using a varDate with and without the . still no luck.
Now this is 6.5 I am testing this in since I need to get them fixed now and upgrade them later when I finish converting to 7. Marc > > If I use that and set the var to text I > > get a syntax error > > > > This should be so easy? What's wrong? > > No dot on the variable: > > > > rTextDate = (FORMAT(Tr_date,'mmddyy')) > > should be: > > rTextDate = (FORMAT(.Tr_date,'mmddyy')) > > rTextDate, if predefined, should be TEXT. > -- > Larry > >
