Delete record in subform

  • Thread starter Thread starter Jonathan Blitz
  • Start date Start date
J

Jonathan Blitz

I have a form with a subform which contains data from a connected table.

The unique index on the subform table is a vield from the main table plus
another field.

It is not letting me delete rows from the sub-form.

Why is that?

--
Jonathan Blitz
AnyKey Limited
Israel

"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."
 
Just guessing that the subform's recordsource is a query and that that query
is nonupdateable. What error message do you get when you try to delete a
subform?

Alternatively, your subform's AllowDeletions property may be set to No. That
will prevent deletions too.
 
Back
Top