My problem is that when I try to use a function using the expression builder, the Array variable that includes is not accepted by access. e.g the function
CountWorkdays(#2/8/2001#, #20/8/2001#, Array(#1/1/2001#,#25/12/2001#) returns #name?
this function works fine only without an array
CountWorkdays(#2/8/2001#, #20/8/2001#, Array(#1/1/2001#,#25/12/2001#) returns #name?
this function works fine only without an array