#Deleted Text in Tables, VBA Access
If you are working directly with Access tables in VBA and attempt to delete records, the records will be replaced by a #Delete text. There are 2 workarounds to fix this: Method 1: User manually updates the table Method 2: Using userforms as the user