0
Testing for blank field
How does one test for a blank field Eg copy value from a populated field to a blank field using if statement >>>>>
Thanks
if 'Full name' = null then Name end
3 replies
-
if 'Full name' = null then
'Full name' ;= Name
end
-
Sorry, typo above. : not ;
if 'Full name' = null then
'Full name' := Name
end
-
Thanks blackie
Content aside
- 6 yrs agoLast active
- 3Replies
- 1279Views