When I delete or insert a record on an Access VBA form I want to
delete/insert a record in a duplicate of the table elsewhere.
Which events do I use and how do I get the ID of the record that I delete/insert
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
ASKER