losing properties of a subform

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

Guest

I have an application that was developed in Access 97. I have been noticing in Access 2000 that the subform keeps reverting its "Allow Additions" and "Allow Edit" properties to false even though i have saved it as true
I am not sure what is causing it to do it as i am not editing the subform

I am about to try and set these properties using VB code On Open. is this the best thing to do????
 
Marilyn Williams said:
I have an application that was developed in Access 97. I have been
noticing in Access 2000 that the subform keeps reverting its "Allow
Additions" and "Allow Edit" properties to false even though i have
saved it as true. I am not sure what is causing it to do it as i am
not editing the subform.

I am about to try and set these properties using VB code On Open. is
this the best thing to do????

You shouldn't have to do that. Do you have any code that sets these
properties? Are you sure it's these properties that are changing, and
not just that the subform's recordset is nonupdatable for some reason?
 
Back
Top