Unable to delete a record

GSE

New member
Local time
Yesterday, 18:38
Joined
Nov 20, 2020
Messages
6
Hi all,

i have a database with one table. I have a form that provides criteria for a search via query. The output is a form that displays the results and allows for record selection and deletion. When i try to delete the record i get an error “the command or action‘delete record’ isn’t available now. If i switch to design mode and then back it works every time.
 
Are you able to post a sample copy of your db with test data?
 
if your form shows 1 record and no subforms, then it should delete.
if you have a subform, then rules may prevent deletion.
send form image.
 
Would code are you using to retrieve the Record in question?

Linq ;0)>
 
Is your code dirtying the record when it opens? That might prevent the delete.
 

Users who are viewing this thread

Back
Top Bottom