B
bejhan
I have a form (let's call it recordform) which has its Record Source
selecting fields form a table. Text boxes in this form have control sources
as fields from the table. The allow edits property of recordform is set to
"no".
I have recordform as a subform in another form (let's call it mainform).
When I select a record in recordform via mainform and press "delete" on my
keyboard the deletion confirmation comes up. If I press "no", the
confirmation comes up again. [Note: If I press "yes", no second confirmation
comes up and it deletes the record.] If I press "no" again it goes away.
[Note: If I am just in recordform and delete a record this problem doesn't
occur.]
I did a bunch of tests and found that it is indeed the allow edits property
that is causing this to happen.
Why is this happening and how can I fix it?
selecting fields form a table. Text boxes in this form have control sources
as fields from the table. The allow edits property of recordform is set to
"no".
I have recordform as a subform in another form (let's call it mainform).
When I select a record in recordform via mainform and press "delete" on my
keyboard the deletion confirmation comes up. If I press "no", the
confirmation comes up again. [Note: If I press "yes", no second confirmation
comes up and it deletes the record.] If I press "no" again it goes away.
[Note: If I am just in recordform and delete a record this problem doesn't
occur.]
I did a bunch of tests and found that it is indeed the allow edits property
that is causing this to happen.
Why is this happening and how can I fix it?