
Add, Delete, Move ... in in a related table
Heinz,
You don't mention what database you're using. If you're using Access you're
in luck, because Access/Jet supports cascading deletes and updates which
means that if you delete/update a record the parent table, the related
records in child tables will also be deleted/updated.
--
Regards
Carsten Thomsen
MVP VB
MCSE/MCSD/VB Programmer & Analyst
PLEASE post ALL replies to the newsgroup(s) so we can all benefit from the
discussion!
Quote:
> How can i navigate (move, add, delete ...) in a database-table (for
example
> "orders") which has a relation to a higher table (for example "customer").
I
> have defined the relations in the dataenvironment.
> Thanks for all good ideas
> Heinz