Getting Data from Access

The process of retrieving information from a given Recordset is almost identical to sending it to the Recordset. The change is in the line

rstMyRecordset(g_szFieldName) = szName

where it then needs to be assigned in the opposite direction as

SzName = rstMyRecordset(g_szFieldName)

Get Professional Development with Visio® 2000 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.