Skip to Content
0
Former Member
Oct 17, 2005 at 09:48 AM

About Data appending

27 Views

Hi all,

I want to have a field appended to a record.

The format of record existing is

A B C D X Y

The format of record to be appended is

A B C - - - Z.

So now I want to make this record as

A B C D X Y Z,

where as I am getting this record as

A B C D X Y

A B C - - - Z

Is it possible to make these two into same record.

Where A B C D are key feilds and x y z are data feilds.

Please help me in this.