Hi,
I'm trying to work with tables in a relational database. I don't need to edit the data, I just need to link it to postcodes or regional data for display, or summarise the statistics for a dashboard.
When I bring in the tables from the database, the first column is being used in ArcGIS Pro as the ObjectID. Is there any way for me to force it to create an ObjectID so I can still use that column, usually it's the primary Key. This seems to be preventing me from joining tables.
Ideally I don't want to have to save the tables each time there is an update because the tables are updated frequently and saving then joining the tables each time would be a huge amount of work and make this process unachievable.