This is all in an effort to "workaround" the lack of .dbf output in MS Access since their 2013 version. I noticed that ArcGIS has the ability to output a DBF, so my idea was to have access output a table, have that table linked in ArcGIS, create a script to have ArcGIS dump this table to DBF via python, then link that dbf back to ArcGIS.
Apparently .dbf's don't lock (desirable for multiple users) and allows additional data to be visible within the map. This table contains x,y data, and some additional data. So, that's where it comes from and that's what's in it. This would be a .py file I could call from Windows Task Scheduler.