Delete record in subform

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."
 
K

Ken Snell

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Thought you should see this 1
Weird message on form 1
Hiding an empty value 4
Leave button pushed in 2
Show gif while form is "thinking" 9
Empty subform 2
Renaming controls en-mass 1
Event for subform 5

Top