Trying to make sure i have certain fields that a data entry.
I have the following working on a "Next" image button in displaymode.
If(And(!IsBlank(txt_Caller_Name_email_New),!IsBlank(txt_Caller_Racfid_New)),Edit,Disabled)
I need to add 3 more fields.
txtName
txtNumber
txtDescription
To do that, will i need to keep adding the "AND" again ?
Thanks
Dave