Back history: This is for a form based on a parent table with another table associated with it called Tags that I've entered words to describe each parent record.
The issue:
Let's say a query has the result where it yields the following four words from a single column.
3Dfx
tutorials
composite
editing
Can I get Access to string those four words together so the string can be placed into a field on the form? Something like this:
ex: (
Tags: [3Dfx] [tutorials] [composite] [editing]
Each record of the parent table would have a different number of words associated for that record so it wouldn't always just be four words.
I don't have much room on the form to place the datasheet so I'm thinking this might be one way to display the tags list for the record. Thanks!
The issue:
Let's say a query has the result where it yields the following four words from a single column.
3Dfx
tutorials
composite
editing
Can I get Access to string those four words together so the string can be placed into a field on the form? Something like this:
ex: (
Label:
String
Tags: [3Dfx] [tutorials] [composite] [editing]
Each record of the parent table would have a different number of words associated for that record so it wouldn't always just be four words.
I don't have much room on the form to place the datasheet so I'm thinking this might be one way to display the tags list for the record. Thanks!