thanks in advance
> How can I do this ?
By using two TTables. One TTable = one cursor. There is no
TDBStringGrid. I assume you mean TDBGrid.
--
Bill Todd (TeamB)
> but I want something to avoid duplicating the fields using two tables
You do not duplicate the fields. You use two TTables that both open the
same database table and access the same fields in the database table.
You are just opening two cursors on the same table and fields.
--
Bill Todd (TeamB)
--
Rich Werning
TIP Technologies, Inc.
"dpap" <dp...@softwaypro.gr> wrote in message
news:47ce...@newsgroups.borland.com...