Before I start, this is not homework. I'm well past that. I'm genuinely trying to understand the concept behind a Recordset used in Microsoft access.
My assumption is that a Recordset is a snapshot of a query to a database. Thats the original database I am querying. I'm also of the understanding that I can update that database from the Recordset itself and that is determined by the 'cursor type' I select when I create the Recordset.
Is this correct? OR is there no connectivity back to the original database I sourced my data from which is displayed via the Recordset?
It would be fantastic if someone could clear that up for me.
Thanks so much.