R
Reynaert Kristien
Hi,
I need some kind of unbound table in which i can add and edit items
I must be able to read items by ID and update some fieldvalues.
At the end of the program i will have to read all items of this table and
use the values to update some "real" (other) tables
So i need some kind of 'worktable' to store my data temporary
I think i have to make a class in which i define my fields of my worktable
and then work with some collection of that class, but i don't quite know
exactly how to do this
Someone who can give me some hints in what i should use?
Thanks,
Kristien
I need some kind of unbound table in which i can add and edit items
I must be able to read items by ID and update some fieldvalues.
At the end of the program i will have to read all items of this table and
use the values to update some "real" (other) tables
So i need some kind of 'worktable' to store my data temporary
I think i have to make a class in which i define my fields of my worktable
and then work with some collection of that class, but i don't quite know
exactly how to do this
Someone who can give me some hints in what i should use?
Thanks,
Kristien