use SET

  • Thread starter Thread starter Frank Dulk
  • Start date Start date
F

Frank Dulk

when should I use SET and what does the one mean? And because you use
 
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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top