When my main form loads, I run the following code (see fragment of code below). The purpose is to "capture" the recordset of the subform and set it to a DAO recordset.
However, sometimes it bugs out with the following error. It works most of the time, but I'm not sure what I'm doing wrong here.Code:Set rstRecord = Me.SubformName.Form.RecordsetClone
Help would be appreciated! Thanks.
![]()