Hi,
I am struggling with a very simple thing - Al I want is to make a button visible, when 2 fields of my mask are filled ...
Everything works perfect, if I check against one field - it seems like I have a syntactical problem with checks against 2 fields ...
Thats the code in my button-Visible field
If ((IsBlank(field1) && IsBlank(field2)); false; true)
what am I doing wrong?
Thanks a lot!