Link to home
Start Free TrialLog in
Avatar of Evert Jor
Evert JorFlag for Norway

asked on

Access 2010 behaving strangely

Hi.

I have some issues with Access 2010. Can anyone help? Access refuses to let me delete some fields blaming it on relationships - however none of the fields in the table are linked either in the relationship view or in the query design view (the only query in the database).

It's a 32 bit running on 64 bit Windows 8.
Avatar of Jim Horn
Jim Horn
Flag of United States of America image

<Potentially stupid question>
Are these tables local to your Access app, or are they linked to another database, where there are relationships between tables that you can only delete in that database (i.e. not in Access)?

<ok questions>
If local tables, go to Relationships and import all tables, then manually delete all relationships.

If that doesn't work, in each table you're having differences with go into Table Design, click on each column and look at the Lookup tab.  If anything has a display control of Combo Box, you'll have to delete all the Row Sources, as they may be forcing the dependancy.

Good luck.
Avatar of Evert Jor

ASKER

I also an getting an error telling me that i'm trying to paste beyond the 255 row although i'm on row 10. Any advice? See attachment of both errors.Access-error-saving-table-and-er.pdf
ASKER CERTIFIED SOLUTION
Avatar of Jim Horn
Jim Horn
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
OK.The relationship view did not use to behave like that in the earlier versions of Access that I have used. They were always visible when I went into the Relationship view once the relationships were made.
So. Now in table design view I'm still unable to delete rows, but I don't get an error message.
When I mark a row and press delete there is a black line displayed for some milliseconds on the arrow. The row isn't deleted.
Display Control = (set as) Text box

Change to another control type and database then?
Characters in some of the threads "here" are changing. How is that?

I mean - the correct
English grammar is changed.
Do you use Google for grammar check?
I wrote: I'm getting an error

and you display:

an getting an error

?
Only local database.
Can you post a sample of this database that exhibits this issue?

Sample database notes:
1. Back up your database(s).
2. Combine the front and back ends into one database file.
3. Remove any startup options, unless they are relevant to the issue.
4. Remove any records unless they are relevant to the issue.
5. Delete any objects that do not relate directly to the issue.
6. Remove any references to any "linked" files (files outside of the database, Images, OLE Files, ...etc)
7. Remove any references to any third party Active-x Controls (unless they are relevant to the issue)
8. Remove, obfuscate, encrypt, or otherwise disguise, any sensitive data.
9. Unhide any hidden database objects
10. Compile the code. (From the VBA code window, click: Debug-->Compile)
11. Run the compact/Repair utility.
12. Remove any Passwords and/or security.
13. If a form is involved in the issue, set the Modal and Popup properties to: No
    (Again, unless these properties are associated with the issue)
14. Post the explicit steps to replicate the issue.
15. Test the database before posting.

In other words, ...post a database that we can easily open and immediately see and/or troubleshoot the issue.
And if applicable, also include a clear graphical representation of the *Exact* results you are expecting, based on the sample data.
I've used this "washing procedure" many times before. However - in my environment it's quite time consuming to reconnect to all external database tables.