D
Domac
Hi,
I am calculating field value based on values of other field in query , like
field "Ukljuciva" defined below.
Ukljuciva: Switch([PlRok] Is Null;0;[PlRok]<Date();0;[PlRok]>Date();1)
Then I calculate other field named "VzaIzv" defined below.
VzaIzv: IIf([Ukljuciva]=0;[ZaIzvrsiti];[ZaIzvrsiti]-[PlKol])
The problem is that everything works fine untill I put criteria for field
"VzaIzv" then it prompts me for value [Ukljuciva] which is field before in
order of field [VzaIzv].
Thanx!
I am calculating field value based on values of other field in query , like
field "Ukljuciva" defined below.
Ukljuciva: Switch([PlRok] Is Null;0;[PlRok]<Date();0;[PlRok]>Date();1)
Then I calculate other field named "VzaIzv" defined below.
VzaIzv: IIf([Ukljuciva]=0;[ZaIzvrsiti];[ZaIzvrsiti]-[PlKol])
The problem is that everything works fine untill I put criteria for field
"VzaIzv" then it prompts me for value [Ukljuciva] which is field before in
order of field [VzaIzv].
Thanx!