howling_muffin
New member
- Local time
- Today, 09:13
- Joined
- Jul 29, 2020
- Messages
- 11
I'm creating a database in Access and VBA, and I'm trying to figure out how to delete records correctly and safely.
What I'm trying to do is simply delete a record and all its foreign key'd records cleanly, without
There doesn't seem to be any documentation on this, and I'd really appreciate some professional advice seeing as it's my first foray into VBA and databases and I'm sort of hacking my own path.
What I'm trying to do is simply delete a record and all its foreign key'd records cleanly, without
#Deleted
showing up in the table.There doesn't seem to be any documentation on this, and I'd really appreciate some professional advice seeing as it's my first foray into VBA and databases and I'm sort of hacking my own path.