D
Diego via AccessMonster.com
Hi
i have two different table Table1 and Table2 :
Table1 is like:
field1 field2 field3 .........fieldn
A B C N
A1 B1 C1 N1
.............................
Table2 is like this
ID_name Name .... address tel
1 pippo
2 pluto
... ...
n paperino
the goal is to change the colomn name of the first table1 with the fields of
table2 (field Name).
The results should be like
pippo pluto ......... paperino
A B N
A1 B1 N1
.....................................
Any idea ?
Thank you a lot for any suggestion
diego
i have two different table Table1 and Table2 :
Table1 is like:
field1 field2 field3 .........fieldn
A B C N
A1 B1 C1 N1
.............................
Table2 is like this
ID_name Name .... address tel
1 pippo
2 pluto
... ...
n paperino
the goal is to change the colomn name of the first table1 with the fields of
table2 (field Name).
The results should be like
pippo pluto ......... paperino
A B N
A1 B1 N1
.....................................
Any idea ?
Thank you a lot for any suggestion
diego