GregoryWest
Registered User.
- Local time
- Today, 02:19
- Joined
- Apr 13, 2014
- Messages
- 161
I have migrated all my tables onto PostgreSQL, everything is working OK, except for one issue. All my queries that reference two or more tables are now all read only. This is a major hassle, I have got around a lot of the little ones by simply opening the table in question in VBA and update the fields referencing the primary key. There are a few input screens that I would need to rewrite, and would really rather not. If there a trick to writing the queries in Access 2010 for they do not end up being read only?
The project is 90% complete, so even if I have to tweek the queries in SQL code I am OK with that. What ever it takes to get this working.
The project is 90% complete, so even if I have to tweek the queries in SQL code I am OK with that. What ever it takes to get this working.