A
Altemir
Why do I keep getting a type mismatch error with the following
statements? I have "Microsoft DAO 3.6 Object Library" established as a
reference under the Tools menu but it still doesn't work.
Dim rst As DAO.Recordset
Set rst = Forms!frmPOList.RecordsetClone
Note that I am setting this recordsetclone for frmPOList from another
form. Is that a problem?
statements? I have "Microsoft DAO 3.6 Object Library" established as a
reference under the Tools menu but it still doesn't work.
Dim rst As DAO.Recordset
Set rst = Forms!frmPOList.RecordsetClone
Note that I am setting this recordsetclone for frmPOList from another
form. Is that a problem?