Hello, the code below run but will not compile, I get
Me.RecordsetClone() method or data member not found, is this a library issue?, or improper coding, I can't seem to figure it out, any insight is appreciated, thanks
Dim recClone As Recordset
Set recClone =
If Me.NewRecord Then...