PDA

View Full Version : Query help needed.


Parker Clack
04 Nov 2006, 23:27
I am wanting to copy a column in one table to another table.

Specially I am wanting to copy the data in table userfield2 column fileld15 to table userfield column15.

Any help would be appreciated.

Thanks,
Parker

Zachariah
18 Nov 2006, 02:48
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



This will:
update table userfield fileld15 with data from table userfield2 fileld15

SirAdrian
18 Nov 2006, 02:58
One typo in there - "INNTER" should be "INNER".

Zachariah
18 Nov 2006, 03:02
One typo in there - "INNTER" should be "INNER".

I seen and fixed that :D.
- I forgot to hit preview.

Parker Clack
18 Nov 2006, 15:24
Thanks for the help.

Parker