G
Guedj54
Hi,
I have two tables table a and table b, both got a field called ID
number.
I need to save in a txt file the data of those two tables regarding a
given ID number.
How do I do that?
for example
Table a:
ID name grade
2 Jon 7
3 Dan 6
Table B:
P ID Location
1 2 London
2 3 New York
3 2 London
I will need in the text file the following for ID 2 for example
Table A
ID name grade
2 Jon 7
Table B:
P ID Location
1 2 London
3 2 London
Many thanks.
R
I have two tables table a and table b, both got a field called ID
number.
I need to save in a txt file the data of those two tables regarding a
given ID number.
How do I do that?
for example
Table a:
ID name grade
2 Jon 7
3 Dan 6
Table B:
P ID Location
1 2 London
2 3 New York
3 2 London
I will need in the text file the following for ID 2 for example
Table A
ID name grade
2 Jon 7
Table B:
P ID Location
1 2 London
3 2 London
Many thanks.
R