M
martha.dempsey
I am using access 2000 and I had something similar that
dealt with indexes. If you access your table and click on
to the index icon (looks like a lighting bolt) and there
are more than 32 fields listed for your table then it will
not let you save or have the option to select a new record
(asterisk on navigator disappears). You can delete some
of the indexes without deleting your fields.
Try it on a copy first to see if that is what you need.
martha
dealt with indexes. If you access your table and click on
to the index icon (looks like a lighting bolt) and there
are more than 32 fields listed for your table then it will
not let you save or have the option to select a new record
(asterisk on navigator disappears). You can delete some
of the indexes without deleting your fields.
Try it on a copy first to see if that is what you need.
martha
-----Original Message-----
Hello,
i have a subform which has a command button on it that fires the action:
docmd.goto , , acnewrec
This subform has also an error trapper in the form error eventprimary keys the form error event happens ONLY if i useMe.controls(subform_name).form.recordset.addnew
If i insert a record with duplicate values for the
the command button on the main form.says that "You can't go to the specified record".If i act on the command button on the subform a msg just(so my error trappers fail...) acting on the commandFor what i can see the form error event doesn't happen
button on the subform. Why?