Has anyone ever come across the following error when trying to complete a mail merge in ms word, using data from vb6?
"String is Longer then 255 characters"
It occurs on the .opendatasource line with the Select statement.
Select * from table where primary_key in ("& the_primary_key_var &")
In this instance the_primary_key_var represents all primary keys selected separated by a comma (1,2,3,4,5,6) etc.
Any help is appreciated
"String is Longer then 255 characters"
It occurs on the .opendatasource line with the Select statement.
Select * from table where primary_key in ("& the_primary_key_var &")
In this instance the_primary_key_var represents all primary keys selected separated by a comma (1,2,3,4,5,6) etc.
Any help is appreciated