Well I'm sorry too tlbroadbent, but if you create a SELECT query in Microsoft access, then there is an instance where
you can modify the underlying data.
Query
------
SELECT Field1, Field2, Field3 FROM Table1
open the datasheet view of the query and modify it!
what about forms? What happens when you set the control source of a form to be a SELECT query?
Can you add records to the underlying table?
I think so.
|-I