Update appears in underlying table but not in query (Join)

E

Elias Ali

even though criteria selects all records..the form is
linked to the query (join) so updates are made to the
table but they don't appear on the query
 
J

John Vinson

even though criteria selects all records..the form is
linked to the query (join) so updates are made to the
table but they don't appear on the query

This will often happen when the update affects one of the fields used
to join the two tables, in such a way that the newly created record is
not returned by the query; or if the query has criteria, the new
record might not match the criterion.

Please post the SQL of the query and an example of a record which
should be displayed but isn't.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top