See below.
Bob Quintal said:
A good book on Accsess is what you are missing.
It's usually not productive to get into this sort of thing, but you are the
second person to suggest that I get an Access book instead of posting
questions in this newsgroup. Access is not my main programming language,
but several years ago I developed a fairly sophisticated application with
lots of input forms, reports, graphs, menus, etc. I have several Access
books, which I read at that time. Then I was away from the application and
Access for about a year and a half. "I don't know the basics and should
read the books again" is not the first thing that comes to my mind. I
forgot about the zero based arrays. Thanks for reminding me.
As for the difference between recordsets and recordset variables (different
thread), that is new to me. I use recordset variables everywhere in my
applicatin, and, believe me, I didn't invent the idea. I certainly was
using examples from somewhere. Books and user group meetings. I'm still
not clear about the differences. As I said in the other thread.
Me.Recordset dot doesn't produce a list of properties. That seems like a
loss. And the recordset variable seems to work find all over the place, so
I'm still not clear about the big downside. Maybe it's only the fact that
each has distinct .NewRecord properties????