I have a field in the DB table. It is actually a custom append field. When I read it into my logic I clear the field in the similar structure, so I've tried both of these:
1)
clear DBtable-field (or move spaces to DBtable-field)
insert DBtable from structtable (work area in program)
2)
Delete DBtable from structtable
move structtable to DBtable.
insert DBtable.
In both cases the original value of DBtable-field is poppulated and hasn't been cleared.
Thank-You.