|
From: Tom on 9 Oct 2008 17:42 I have recovered my database from my earlier memory issue. I am trying to add and option group to the form to add a check box for 4 options. I have two other option groups already on the form. When I try to save the form, it "crashes" wanting me to report the error to Microsoft, repair and re open the database. I have tried combining the older two option groups to one, and trying the new option group to a combo box. Same thing happens. Any thoughts??
From: Allen Browne on 10 Oct 2008 00:11 Walk through the recovery sequence suggested here: http://allenbrowne.com/recover.html There's a fairly good chance you will need to continue on to the SaveAsText solution as well. -- Allen Browne - Microsoft MVP. Perth, Western Australia Tips for Access users - http://allenbrowne.com/tips.html Reply to group, rather than allenbrowne at mvps dot org. "Tom" <Tom(a)discussions.microsoft.com> wrote in message news:C63A22C7-F4DF-4B69-B5CB-8BF8BD3915E4(a)microsoft.com... >I have recovered my database from my earlier memory issue. > > I am trying to add and option group to the form to add a check box for 4 > options. > > I have two other option groups already on the form. > > When I try to save the form, it "crashes" wanting me to report the error > to > Microsoft, repair and re open the database. I have tried combining the > older > two option groups to one, and trying the new option group to a combo box. > Same thing happens. > > Any thoughts??
From: John W. Vinson on 10 Oct 2008 01:29 On Thu, 9 Oct 2008 14:42:04 -0700, Tom <Tom(a)discussions.microsoft.com> wrote: >I have recovered my database from my earlier memory issue. > >I am trying to add and option group to the form to add a check box for 4 >options. > >I have two other option groups already on the form. > >When I try to save the form, it "crashes" wanting me to report the error to >Microsoft, repair and re open the database. I have tried combining the older >two option groups to one, and trying the new option group to a combo box. >Same thing happens. > >Any thoughts?? I'm guessing that the form itself is corrupt. Try creating a completely new Access database. Import everything *except* this form; compact and repair. Then rebuild the form from scratch. You *might* be able to get away with creating a new blank form, and copying and pasting the controls (all but this option group of course!!!) from the damaged form. Does the form have any associated VBA code? That might be the problem too. For some detailed pointers on corruption see http://www.granite.ab.ca/access/corruptmdbs.htm -- John W. Vinson [MVP]
|
Pages: 1 Prev: Validaltion Rule Next: Problem getting a tab control subform to display correctly |