G
Gary
I created a SQL that will work sometimes and other times it doesn't. When
it doesn't work, I copy and paste the SQL string from the immediate window
into a query in sql view. It normally doesn't work unless I remove some the
carrage returns and then I can select the normal query view and run the
query. The query will run then.
I don't know what is ADP, but I am using Access 2000 and vba code. The
command I use is:
DoCmd RunSQL SQLS
where SQLS is a String. I check the length of the String and its about
3030 characters in length.
Can someone please help.
Thank You,
Gary
it doesn't work, I copy and paste the SQL string from the immediate window
into a query in sql view. It normally doesn't work unless I remove some the
carrage returns and then I can select the normal query view and run the
query. The query will run then.
I don't know what is ADP, but I am using Access 2000 and vba code. The
command I use is:
DoCmd RunSQL SQLS
where SQLS is a String. I check the length of the String and its about
3030 characters in length.
Can someone please help.
Thank You,
Gary