I have built a command button that copies 7 different fields from a form into a table. It does not work all the time because I am sometimes over the 255 characters.
I am using DoCmd.RunSQL "INSERT INTO mytable (7fields) VALUES (7fields);"
When using the DoCmc.RunSQL it only supports 255 characters. I have spend 2 hours searching and still did not find anything that will help.
Any suggestions would be much appreciated.
Thanks,
Shannon
I am using DoCmd.RunSQL "INSERT INTO mytable (7fields) VALUES (7fields);"
When using the DoCmc.RunSQL it only supports 255 characters. I have spend 2 hours searching and still did not find anything that will help.
Any suggestions would be much appreciated.
Thanks,
Shannon