updating table contents

M

mikemalin

Let's say I have a table that has two columns: UID and Description.
For example:

UID Description
1 Alpha
2 Beta
3 Gamma

Now let's say I want to change it a little to something like:

UID Description
1 Alpha
2 Beta
3 Delta
4 Gamma

Is there any code I could run to achieve this? One thought, although
I'm not sure if this would work, would be to find UID 3 in the table
and change it to 4 then add the new "3-Delta" item to the table.

Any help is appreciated.

TIA.
Mike
 
C

carina ferreira

Let's say I have a table that has two columns: UID and Description.
For example:

UID Description
1 Alpha
2 Beta
3 Gamma

Now let's say I want to change it a little to something like:

UID Description
1 Alpha
2 Beta
3 Delta
4 Gamma

Is there any code I could run to achieve this? One thought, although
I'm not sure if this would work, would be to find UID 3 in the table
and change it to 4 then add the new "3-Delta" item to the table.

Any help is appreciated.

TIA.
Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top