losing properties of a subform

M

Marilyn Williams

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????
 
D

Dirk Goldgar

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?
 

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

Top