Hello
I have a table "myTable" and I have fields in it "Name", "Address", "AmountStart"
They are all populated.
Assuming I want to programatically add a field called "AmountEnd" and make the values in its records be equal "AmountStart" at first (then manually change them as needed).
How do I do it?
Basically I need to create another field, name it, and populate it with values of an existing field using VB
I have a table "myTable" and I have fields in it "Name", "Address", "AmountStart"
They are all populated.
Assuming I want to programatically add a field called "AmountEnd" and make the values in its records be equal "AmountStart" at first (then manually change them as needed).
How do I do it?
Basically I need to create another field, name it, and populate it with values of an existing field using VB