Search results

  1. W

    Referential Integrity

    Is it possible to programmatically, using VBA, to change referential integrity between tables in the same database? Is it possible to programmatically, using VBA, to add and remove Cascade Update Related Fields or Cascade Delete Related Records in the relation ship between tables in the same...
  2. W

    Read-Only Select Query

    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...
Back
Top Bottom