G
Grip
Hi, I'd appreciate any advice.
I have a report with 4 fields:
1. ID (number)
2. Title in English (text)
3. Title in Spanish (text)
4. Description (memo)
5. Icon (OLE Embedded bmp)
The report I want should look like a table:
________________________________________
Icon | ID | Title | Description
________________________________________
| 1 | How are you? | This is the (memo)
| | Como estas? | multiline description
| | | that should appear
| | | breaking naturally
What I get however, is:
________________________________________
Icon | ID | Title | Description
________________________________________
| 1 | How are you? | This is the (memo)
| | | multiline description
| | | that should appear
| | | breaking naturally
| | Como estas? |
This is supposed to look like a table, is there a way for me to have
the Spanish title appear right below the English title?
As an aside, I have created a MSWord Mail Merge that queries the
database and imports the data to an actual table in a Word doc, however
Word can't seem to pull in the embedded icon.
Thanks for any suggestions you may have.
Cheers,
Colin
I have a report with 4 fields:
1. ID (number)
2. Title in English (text)
3. Title in Spanish (text)
4. Description (memo)
5. Icon (OLE Embedded bmp)
The report I want should look like a table:
________________________________________
Icon | ID | Title | Description
________________________________________
| 1 | How are you? | This is the (memo)
| | Como estas? | multiline description
| | | that should appear
| | | breaking naturally
What I get however, is:
________________________________________
Icon | ID | Title | Description
________________________________________
| 1 | How are you? | This is the (memo)
| | | multiline description
| | | that should appear
| | | breaking naturally
| | Como estas? |
This is supposed to look like a table, is there a way for me to have
the Spanish title appear right below the English title?
As an aside, I have created a MSWord Mail Merge that queries the
database and imports the data to an actual table in a Word doc, however
Word can't seem to pull in the embedded icon.
Thanks for any suggestions you may have.
Cheers,
Colin