You can avoid the 29 field barrier (which is actually a 256 character limit) by running your sql statement from code using the ...
DoCmd.RunSQL sqlstatement
You can create an SQL statement that is virtually unlimited (i.e.max length of the sql statement argument is 32,768 characters) in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.