editing in a subform

  • Thread starter Thread starter Jean-Paul De Winter
  • Start date Start date
J

Jean-Paul De Winter

Hi,
I have a continuous form (FormA) I open from a pushbutton on FormB.
Once opened I can edit all records as much as I want.
Now I open my FormB in design mode and create a subform. Here I use
FormA as the subform.
Now, when I open FormB I no longer am able to edit the data in the subform.
I can edit all data in the FomrB as much as I want but none in the
subform (former FormA)

Is this normal and what can I do about it?
Thanks
JP
 
Hi,
I have a continuous form (FormA) I open from a pushbutton on FormB.
Once opened I can edit all records as much as I want.
Now I open my FormB in design mode and create a subform. Here I use
FormA as the subform.
Now, when I open FormB I no longer am able to edit the data in the subform.
I can edit all data in the FomrB as much as I want but none in the
subform (former FormA)

Is this normal and what can I do about it?

It's not at all normal.

Doublecheck the properties of the forms:

Is FormA (the Subform) correctly set with Allow Edits = Yes, Allow
Additions = Yes?
Is it based on an updateable Query?
Is there a relationship established between the tables for the two
forms?
Are FormA and FormB based on the SAME table? (If so, you will be
conflicting with yourself since the same record cannot be opened for
editing by two different forms).

John W. Vinson[MVP]
 
problem solved... thanks
JP

John said:
It's not at all normal.

Doublecheck the properties of the forms:

Is FormA (the Subform) correctly set with Allow Edits = Yes, Allow
Additions = Yes?
Is it based on an updateable Query?
Is there a relationship established between the tables for the two
forms?
Are FormA and FormB based on the SAME table? (If so, you will be
conflicting with yourself since the same record cannot be opened for
editing by two different forms).

John W. Vinson[MVP]
 
problem solved... thanks
JP

John said:
It's not at all normal.

Doublecheck the properties of the forms:

Is FormA (the Subform) correctly set with Allow Edits = Yes, Allow
Additions = Yes?
Is it based on an updateable Query?
Is there a relationship established between the tables for the two
forms?
Are FormA and FormB based on the SAME table? (If so, you will be
conflicting with yourself since the same record cannot be opened for
editing by two different forms).

John W. Vinson[MVP]
 

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

Back
Top