Dr_Worm
Board Regular
- Joined
- Jul 28, 2003
- Messages
- 103
Hi,
I have a field in a table that has the following data;
Unit 2101 Type K7A Sch3 G9
Unit 230 Type K10B Sch10 G11
Etc.
There is always 6 “parts” to the string separated by a space.
I want to do a 3 queries, the first query to display;
K7A
K10B
Etc.
The second query to display;
Type K7A Sch3 G9
Type K10B Sch10 G11
Etc.
The third query;
2101
230
Etc.
If anyone can tell me how to do one of the queries and the syntax to do the rest so that I can learn how to pull the information out myself for other tables.
I have a field in a table that has the following data;
Unit 2101 Type K7A Sch3 G9
Unit 230 Type K10B Sch10 G11
Etc.
There is always 6 “parts” to the string separated by a space.
I want to do a 3 queries, the first query to display;
K7A
K10B
Etc.
The second query to display;
Type K7A Sch3 G9
Type K10B Sch10 G11
Etc.
The third query;
2101
230
Etc.
If anyone can tell me how to do one of the queries and the syntax to do the rest so that I can learn how to pull the information out myself for other tables.