B
Bill
In a recent segment of code I wrote, I discovered that
when Dim'g a recordset object variable that DOA isn't
the default. E.g., one had to:
Dim dbMyDatabase as DOA.Recordset
lest one get an wrong data type error with the
"Set" OpenRecordset. What IS the default?
I also noted that when Dim'g a database object
variable that it didn't SEEM to matter if I clarified
as DOA.Database or not.
when Dim'g a recordset object variable that DOA isn't
the default. E.g., one had to:
Dim dbMyDatabase as DOA.Recordset
lest one get an wrong data type error with the
"Set" OpenRecordset. What IS the default?
I also noted that when Dim'g a database object
variable that it didn't SEEM to matter if I clarified
as DOA.Database or not.