Can't enter new records in sub form

TimTDP

Registered User.
Local time
Today, 21:26
Joined
Oct 24, 2008
Messages
213
I have a main form with a sub form.

I cannot enter new records into the sub form! Only existing records are displayed.

If I open the record source of the sub form, I can enter new records

The subform's Allow additions, deletions & Edits are all "Yes"

What is causing this?
Where should I be looking?

This is driving me crazy:banghead:
 
Check the properties of the subformcontrol used to display the subform. Locked and Enabled are the most likely problems.
 
Enabled = Yes
Locked = No
 
Better upload a sample of your database.
 
I have a main form with a sub form.

I cannot enter new records into the sub form! Only existing records are displayed.

If I open the record source of the sub form, I can enter new records

The subform's Allow additions, deletions & Edits are all "Yes"

What is causing this?
Where should I be looking?

This is driving me crazy:banghead:

Does this happen all the time or only if the main form is dirty ?

Jiri
 

Users who are viewing this thread

Back
Top Bottom