In an "embedded macro" under the "condition" column, how long can an expression be? I have the following expression that always gets shortened. I need this conditioned process before triggering an action.
If I can't change the length of the expression set by Access, is there an alternative? I would like to continue working with "embedded macros".
(Trim([Forms]![PRM7]![TextBox1] & " ")<>"") And
(Trim([Forms]![PRM7]![TextBox1] & " ")<>"" And Trim([Forms]![PRM7]![TextBox2] & " ")<>"") And
(Trim([Forms]![PRM7]![TextBox1] & " ")<>"" And Trim([Forms]![PRM7]![TextBox2] & " ")<>"" And Trim([Forms]![PRM7]![TextBox3] & " ")<>"")
If I can't change the length of the expression set by Access, is there an alternative? I would like to continue working with "embedded macros".
(Trim([Forms]![PRM7]![TextBox1] & " ")<>"") And
(Trim([Forms]![PRM7]![TextBox1] & " ")<>"" And Trim([Forms]![PRM7]![TextBox2] & " ")<>"") And
(Trim([Forms]![PRM7]![TextBox1] & " ")<>"" And Trim([Forms]![PRM7]![TextBox2] & " ")<>"" And Trim([Forms]![PRM7]![TextBox3] & " ")<>"")