Please help me on the followings:
What is the difference from
1). Dim rs as Object
And 2). Dim rs as DAO.Recordset ?
When either one should be used?
rs = Me.Recordset.Clone
rs = Me.RecordsetClone
What is the difference from the followings and when one should be used?
1). rs![Part-Id]
2). rs("[Part-Id]")
Thanks in advance,
ChrisLx
What is the difference from
1). Dim rs as Object
And 2). Dim rs as DAO.Recordset ?
When either one should be used?
rs = Me.Recordset.Clone
rs = Me.RecordsetClone
What is the difference from the followings and when one should be used?
1). rs![Part-Id]
2). rs("[Part-Id]")
Thanks in advance,
ChrisLx