CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Fort Worth Texas
    Posts
    614

    forms read only after convert Access 2000 to 97

    After converting an Access 2000 DB to Access 97 we only have read access on the forms that were developed. Looking at the forms property settings the AllowEdits, AllowAdditions, etc. are all set to yes. The forms were working fine before converting and still work in the unconverted 2000 DB. How can this be fixed?

  2. #2
    Join Date
    Apr 2003
    Location
    Hayes, VA
    Posts
    15

    Indexes?

    Did you possibly lose your keys when you converted? In access 2000, I found that you can not edit tables if the table does not have a key.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured