Form.DataEntry Property resetting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form with a single subform on it. I have the subform's DataEntry
property set to 'Yes'. However, any time I navigate to another record on the
main form, it resets the subform's DataEntry property to No, showing all
previous records.

The database is an Access 2000 format, although converting it to 2003 does
not fix the issue. However, it does function properly in Access 2000, but
the problem described above occurs in Access 2003 only.

Anyone else run into this? Maybe even figured a work-around? I have tried
to set the property in VBA code, but again, it resets the same way as
previous.

Another note: this is a Access Data Project (SQL server data tables)
 
Maurice back in post: The workaround apparently was to resave the form using
Access 2000 instead of Access 2003. Sounds wierd, but that is what fixed it.

Hope this at least helps someone else out!
 
Back
Top