D
Diego via AccessMonster.com
Hi
i am a table Mytable like this:
field1 field2 field3 .........fieldn
A B C N
A1 B1 C1 N1
.............................
and another table PARAMS that is like this
Name .......
Newfield1
Newfield2
...
NewfieldN
the goal is to change the field name of the first table with the contents of
PARAMS table (field Name).
The results should be like
Newfield1 Newfield2 New field3 .........Neweldn
A B C N
A1 B1 C1 N1
.....................................
Practically i want to rename only the name of the fields of MYtable with the
name of another table..
Any idea ?
Thank you a lot for any suggestion
diego
i am a table Mytable like this:
field1 field2 field3 .........fieldn
A B C N
A1 B1 C1 N1
.............................
and another table PARAMS that is like this
Name .......
Newfield1
Newfield2
...
NewfieldN
the goal is to change the field name of the first table with the contents of
PARAMS table (field Name).
The results should be like
Newfield1 Newfield2 New field3 .........Neweldn
A B C N
A1 B1 C1 N1
.....................................
Practically i want to rename only the name of the fields of MYtable with the
name of another table..
Any idea ?
Thank you a lot for any suggestion
diego