Why is my query not updateable?
问题 I\'m trying to build an updatable view in Access for a user. Basically, the underlying tables look like this: Accounts -------- accountId accountName accountHolder TransactionStatements ------------ statementId accountId received month year The user wants a Query (view) that looks like this: StatementView ------------- accountName accountHolder year janReceived febReceived marReceived etc... The SQL to accomplish this is straightforward using a transpose, but the resulting view is not