hi
i have a bound txtfield1 where user enter date with calendar form
then i have a txtfield2 where the default value should be
= DateAdd("d";-2;[txtfield1])
but with possibility to enter date also with calendar form.
It is bound control... so i guess that is why it is not working.
How to change this so it will work.
thanks
i have a bound txtfield1 where user enter date with calendar form
then i have a txtfield2 where the default value should be
= DateAdd("d";-2;[txtfield1])
but with possibility to enter date also with calendar form.
It is bound control... so i guess that is why it is not working.
How to change this so it will work.
thanks