All -
I've been moved into a new position and have found I have a problem that I'm hoping someone can help me with. I've got two tables with multiple memo fields that I've got to join along with multiple tables without memo fields in a query to print a report. The report has got to contain the entire entry in the memo fields.
I have reviewed previous posts in this forum concerning table fields formatted as MEMO being limited to 255 characters. I have this same issue but I do not have
SELECT DISTINCT, DISTINCTROW, or GROUP BY in the SQL. The SQL does have SELECT, FROM, WHERE, ORDER BY with INNER JOINS.
I apologize for not posting the portion of the code but it is proprietary and I want to avoid any issues. I've tried to substitute names and identifiers but it gets rather confusing.
Any ideas? I would greatly appreciate any suggestions.
I've been moved into a new position and have found I have a problem that I'm hoping someone can help me with. I've got two tables with multiple memo fields that I've got to join along with multiple tables without memo fields in a query to print a report. The report has got to contain the entire entry in the memo fields.
I have reviewed previous posts in this forum concerning table fields formatted as MEMO being limited to 255 characters. I have this same issue but I do not have
SELECT DISTINCT, DISTINCTROW, or GROUP BY in the SQL. The SQL does have SELECT, FROM, WHERE, ORDER BY with INNER JOINS.
I apologize for not posting the portion of the code but it is proprietary and I want to avoid any issues. I've tried to substitute names and identifiers but it gets rather confusing.
Any ideas? I would greatly appreciate any suggestions.