I have a select query that is based on six tables. The table relationship is as follows: tblSecurities one to many to tblYears, tblYears has a one to many to tblJan1NAV, tblCapGains, tblDividends, and tblDec31NAV. I have removed referential integrity between all of these tables in the Relationships window. Using my select query, I cannot delete any record from tblYears when a related record is in tblJan1NAV, tblCapGains, tblDividends, or tblDec31NAV. I get a message at the bottom of the screen saying "Record not deleted. Data is read-only."
Is it possible for a select query to be read-only?
Is it possible for a select query to be read-only?