Aeon.Divine
< Random Learner. >
- Local time
- Today, 00:00
- Joined
- Mar 25, 2008
- Messages
- 55
This must be in the big BASIC KNOWLEDGE BOOK OF ACCESS. But i honestly don't know how it's done, so:
Lets say we have three fields, "description", "color" and "material", this fields are taken from a query by a report. And the report has to show all three of them together in the same texbox. Not only has the report to show them together, but to link them in a sentence like this:
[DESCRIPTION] + "In color" + [COLOR] + "Constructed with" + [MATERIAL]
So then, what should i write in the control of the textbox that should display all this ? Or should this be done in VB ?
Lets say we have three fields, "description", "color" and "material", this fields are taken from a query by a report. And the report has to show all three of them together in the same texbox. Not only has the report to show them together, but to link them in a sentence like this:
[DESCRIPTION] + "In color" + [COLOR] + "Constructed with" + [MATERIAL]
So then, what should i write in the control of the textbox that should display all this ? Or should this be done in VB ?