I am writing a Delphi 5 app that has about 20 paradox tables accessed through TTable and TQuery components. I have several tables set up in master/detail relationships.
I want to give the user the facility to duplicate a master/detail record set so that they can then create new sets based on existing sets. That is, copy one master record and all of its detail records. I have managed to copy single records not in a M/D setup but I am having difficulty working out a way to keep track of 4 different tables, 2 source tables and 2 destination tables.
Any ideas
RonR51
I want to give the user the facility to duplicate a master/detail record set so that they can then create new sets based on existing sets. That is, copy one master record and all of its detail records. I have managed to copy single records not in a M/D setup but I am having difficulty working out a way to keep track of 4 different tables, 2 source tables and 2 destination tables.
Any ideas
RonR51