I'm not sure how to do this. If I have the following:
C:\Documents and Settings\db1.mdb
which contains the table
tblMyTable
which contains the fields I need
fldName
fldPhone
how would I get this as a recordset where I could use it like:
For Each r in rst
....
loops through records
....
Next r
ps. I need it sorted by fldName. I've never worked with data like this.
I've only ever, in Access, import a table, and then worked with querys of the
table... But I can get this data as a recordset without really importing it
in outlook? Then I can use the data to update my contacts.
thanks.