hortense76
Registered User.
- Local time
- Today, 12:05
- Joined
- Mar 16, 2006
- Messages
- 21
I have a problem which I think it can be split into different ones.
I want to create an event which automatically fill in the textbox AllText in a Form (based on Table1) with the SUM of ALL text strings (in this case all of only one character) found in Field1 of all connected records of Table2.
Simpler example:
I have a table of "Letters" ("name","type" fields) and I want to put together a selection of this ones (only of the "vowel" type) in text field of my form/table "LettersByType", getting the text from field "name", with the result of "aeiou"... sounds rathers simple, but believe me I couldn't neither of the points.
Thank you
I want to create an event which automatically fill in the textbox AllText in a Form (based on Table1) with the SUM of ALL text strings (in this case all of only one character) found in Field1 of all connected records of Table2.
- -1st of all I don't know how to SELECT these records
- -2nd, I don't know any string function that returns a string which is the simple connection of all texts from one string Field of selected records, or even simplier from a "vector" or "list" (or something like this, I'm quite new with VB) of strings.
Simpler example:
I have a table of "Letters" ("name","type" fields) and I want to put together a selection of this ones (only of the "vowel" type) in text field of my form/table "LettersByType", getting the text from field "name", with the result of "aeiou"... sounds rathers simple, but believe me I couldn't neither of the points.
Thank you