C
celarsen
I need to auto calculate a date to be entered into "Field 2" based on "Field
1 + 20 days"
I looked up DataAdd function and came up with the following but I get a
syntax error.
If field1 exists then DateAdd ("d", 20, "field1") else Null
I used the expression builder on filed 2 but when I clicked on finish I
received he syntax error.
1 + 20 days"
I looked up DataAdd function and came up with the following but I get a
syntax error.
If field1 exists then DateAdd ("d", 20, "field1") else Null
I used the expression builder on filed 2 but when I clicked on finish I
received he syntax error.