Hi There,
Hope all doing good.
what do we mean by declaring few variables like below in the VBA window.
1) I am confused why do we declare variables with $ or & symbols ? does it really have specific property or meaning ?
Option Compare Database
Private ptoC$, tempRS As Recordset, dbTest$, allNEW As Boolean
2) How can we leave the second declaration with out telling it "Integer" or "String" etc... and MS Access accepts it very well and executing fine ?
Private empTeam&, exeRack&, eType$, msgType$
please guide me.
Thanks,
MS access