How does this need to be altered to enter data into fields named [Recordset] and [Action] in the table named tbRecordsetTransactions ?
DoCmd.OpenTable "tbRecordsetTransactions", acViewNormal, acAdd
Me!Recordset = "rsSpouseRecord"
Me!Action = "Open"
DoCmd.Close acTable, "tbRecordsetTransactions", acSaveYes
DoCmd.OpenTable "tbRecordsetTransactions", acViewNormal, acAdd
Me!Recordset = "rsSpouseRecord"
Me!Action = "Open"
DoCmd.Close acTable, "tbRecordsetTransactions", acSaveYes