Hi,
I have a table that needs extra attributes added to it after a certain amount of processing has been completed.
For example Table A has two fields x and y.
A
x y
And now, I need to add a new attribute z. Is this possible using a query? I need to add this attribute and fill in the same value for every record. I was thinking an Update query would work but I've had no success so far.
Thanks,
Jason
I have a table that needs extra attributes added to it after a certain amount of processing has been completed.
For example Table A has two fields x and y.
A
x y
And now, I need to add a new attribute z. Is this possible using a query? I need to add this attribute and fill in the same value for every record. I was thinking an Update query would work but I've had no success so far.
Thanks,
Jason
Comment