C
CES
All,
When you base a Form on SQL as opposed to using a table or query is the recordset read-only? I've tried using:
forms.myForm.RecordSource = "some SQL"
But it seems that the record set that is returned is indeed read-only. I was wondering if that is in fact the only behavior or is there some switch that I need to use in order make the recordset editable.
Is this considered to be a "SQL pass-through query"?
Thanks in advance. - CES
When you base a Form on SQL as opposed to using a table or query is the recordset read-only? I've tried using:
forms.myForm.RecordSource = "some SQL"
But it seems that the record set that is returned is indeed read-only. I was wondering if that is in fact the only behavior or is there some switch that I need to use in order make the recordset editable.
Is this considered to be a "SQL pass-through query"?
Thanks in advance. - CES