Set objectvariable = SomeObject (Database, Recordset, TableDef, Form,
QueryDef, Report, Control, etc.)
Once Upon A Time...Assignment of data variables (integers, strings, etc.)
required the use of "Let". You can still use Let, but it is no longer
required by the VB compiler for assignment (it is when creating Property
procedures in Class modules).
HTH,