Link to home
Start Free TrialLog in
Avatar of chrbchrb
chrbchrb

asked on

Conversion to Acc97: Query not updatable anymore

Hi,
having updated our application from Access 95 to Access 97, most of our queries have become un-updatable.

We've corrected this by removing 'DISTINCTROW' from the SQL-statement. (See Knowledge-Base-Article Q168438.)

Now, you may change any entry in a query in the spreadsheet-view of the query, and *partially* you can do so in the form which uses the query as source.

The strange thing is that on *some* computers on which our application is running it's *not* possible to edit any values in the form (in spreadsheet-view still possible); the info in the status-bar is 'This recordset is not updatable' (which corresponds to error 3326).

What could be the cause? Can anyone explain?

TIA, Christoph
mail to: christoph.beuter***@koe2.sni.de (*** to be deleted)
Avatar of BigJ
BigJ

Try double clicking in query design and set the recordset type to "Dynaset - inconsistent updates". This sometimes allows you to edit the returned recordset.

Sorry, can't offer an explanation as to why this might occur.

Good luck.
What happended when you set the recordset type to "Dynaset - inconsistent updates"?
Avatar of chrbchrb

ASKER

Adjusted points to 305
The problem may be caused by the joins in the table relationships being down-graded from fully enforced joins to 'weak' joins.

You can check this by looking at a query which is having problems in the Query Grid.  Does the join appear with 1-'infinity' - or is it represented by a weak join?

If working to a 'back-end' database, refresh the links using the Linked Table Manager add-in.  This must be done when the front-end or back-end is converted to Acc97.

Sorry, but we've already checked all joins, and they seem to be all correct.
We're indeed working with a back-end/front-end architecture, but have already rejoined all tables, too.
We're starting to believe that this strange behaviour is some sort of bug in Access...
What happens if you try to autocreate a new form based on the recordsource for one of the forms that gives you the error ?
ASKER CERTIFIED SOLUTION
Avatar of perove
perove
Flag of Norway 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