Manually overwriting the results of SQL query in Access 2010 -


i came across strange situation , hope maybe guys can provide clarity.

i run sql query in access , results. if enter results window , manually alter record, re-run query, result of query show alteration instead of correct value. how can be?

moreover, field alter attribute table, re-running should retrieve value original table, instead on alteration query, right?

thanks!

when you're using access, long query isn't complicated union , lots of other fun stuff, the queries returned not 'static' 'dynamic': changes make cells directly edit db. yes, query retrieving value table save changes make table.

if run query programatically can specify whether make read-only or not results window directly edits tables queries.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -