Delete record from a form

  • Thread starter Thread starter Silvio
  • Start date Start date
S

Silvio

I have a continuous form to add new records (Table==>Query==>Form). However,
if I select from the record selector a record and delete it, it deletes from
the form, however, when I look inside the table the record is still there.
How can it be?
 
Yes, the query combines 2 table with one-to-may relation with full
referential integrity.
 
Back
Top