Hello
I have a Microsoft Access DB (accdb) with a large amount of alphanumerical data.
Working in ArcGis Pro, it's impossible to connect feature classes to Access tables so I have to export tables in an ESRI geodatabase containing the feature classes to join them.
Anyway, data in Access are continuosly updated using specific masks, so I need to often update the table exported in the ESRI gdb.
I have built a Model Builder procedure to do this task using Remove Join, Export Table and Join Table tools but sometimes it doesn't work.
Is there a way to do the same task via Python code or I need to add some other tool in Model Builder?