Hi everyone,
I have a table that contains approximately 200 fields.
I have a main form with 4 sub-forms. Each of the sub-forms access about 50 fields of the table. Each of the sub-forms record source use the same table.
I have a toggle button where I change from one sub-form to the others. What I do is just make the other form invisible while making the one they selected visible.
There are fields on each sub-form that get calculated as information on the other sub-forms are filled in.
I am running into a problem so when I change something on sub-form 1 for example and then I go to sub-form 2 and change something on sub-form 2. I get a "Write Conflict Error. This record has been changed by an other user since you started editing it. If you save the record you will overwrite the changes the other user made."
What Am I doing wrong here? I can't brake the table into smaller tables.
I am open to suggestions.
Thanks
Ed
I have a table that contains approximately 200 fields.
I have a main form with 4 sub-forms. Each of the sub-forms access about 50 fields of the table. Each of the sub-forms record source use the same table.
I have a toggle button where I change from one sub-form to the others. What I do is just make the other form invisible while making the one they selected visible.
There are fields on each sub-form that get calculated as information on the other sub-forms are filled in.
I am running into a problem so when I change something on sub-form 1 for example and then I go to sub-form 2 and change something on sub-form 2. I get a "Write Conflict Error. This record has been changed by an other user since you started editing it. If you save the record you will overwrite the changes the other user made."
What Am I doing wrong here? I can't brake the table into smaller tables.
I am open to suggestions.
Thanks
Ed