G
Guest
Hi!
I have a main form with three sub forms. They are all bound to the same
query. Basically, each form is displaying a portion of the fields within the
same record. The reason I did it as separate forms is that I wanted to be
able to disable groups of fields depending on a status.
The problem is that sometimes I get an error messag that I cannot save the
record as it will create duplicate index entries. I think what is happening
is that each sub-form is openning it's own record and they are conflicting
with one another. Any thoughts? Any help will be appreciated.
I have a main form with three sub forms. They are all bound to the same
query. Basically, each form is displaying a portion of the fields within the
same record. The reason I did it as separate forms is that I wanted to be
able to disable groups of fields depending on a status.
The problem is that sometimes I get an error messag that I cannot save the
record as it will create duplicate index entries. I think what is happening
is that each sub-form is openning it's own record and they are conflicting
with one another. Any thoughts? Any help will be appreciated.