Quantcast
Channel: Questions and answers to issues related to Software: Business, Database, Firewalls, Office, Graphics, Security, System, Server.
Viewing all articles
Browse latest Browse all 25

How to enter table data via code

$
0
0
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

Viewing all articles
Browse latest Browse all 25

Trending Articles