i have 2 value to show on single textbox if null
1. PsPortGuru
2. NoKP
i using query to combine 2 value if one of that null
my query is
on report i use "compass"
now my problem is for NoKP i want to show input mask
by using this query
is there any way i can u input mask above for "NoKP" value only
no input mask if "PsPortGuru" value show
thanks hope understand
1. PsPortGuru
2. NoKP
i using query to combine 2 value if one of that null
my query is
Code:
compass: Nz([PsPortGuru];[NoKP])
on report i use "compass"
now my problem is for NoKP i want to show input mask
Code:
999999\-99\-9999;;_
by using this query
Code:
compass: Nz([PsPortGuru];[NoKP])
is there any way i can u input mask above for "NoKP" value only
no input mask if "PsPortGuru" value show
thanks hope understand