Is it possible to open a recordset with multiple subforms
i.e append more than 1 ChildCMD.
i.e append more than 1 ChildCMD.
Code:
Set adoPrimaryRS = New Recordset
adoPrimaryRS.Open "SHAPE {" & Sv1 & "} AS ParentCMD APPEND ({" & Sv2 & " } AS ChildCMD RELATE LotID TO LotID) AS ChildCMD", db, adOpenStatic, adLockOptimistic