V
Vanessa
I have a master table and a detail table. I am using seperate views to enter
into each and things appear to be fine. The problem I'm having is when I
enter a new master record. It writes to the database fine, but it creates a
record in the detail table. When I'm testing the delete of a record in the
master table for a record it won't allow it because of the blank record
(blank being all other fields but the primary keys) in the detail table.
into each and things appear to be fine. The problem I'm having is when I
enter a new master record. It writes to the database fine, but it creates a
record in the detail table. When I'm testing the delete of a record in the
master table for a record it won't allow it because of the blank record
(blank being all other fields but the primary keys) in the detail table.