You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will try to confirm and poke at this problem in the next few weeks. Just from looking at the problem statement and looking at the code involved in AppCodeImportExport.bas, it seems this could be a limitation of Access. Any suggestions or other comments?
When looking at the AppCodeImportExport.bas code, it looks like the enumerated constant acQuery is used to determine whether or not a query is being processed. Could Access be using a different enumerated constant for UPDATE queries?
An example SQL from SQL view is:
UPDATE Members SET Members.[School ID] = 11;
Al
The text was updated successfully, but these errors were encountered: