D
Dean Slindee
We are using .adp projects with a SQL Server backend. Lookup tables
typically have a single field for
the key to a lookup table that populates combo box lists.
These lookup values are stored "as is" in the detail data tables, and RI'd
back to the lookup tables. Example: lookup table primary key values for a
Color table, primary Key (ColorID): Red, Brown, Blue, Green, etc.
Data table has a column named ColorID that is RI'd to lookup table, with
Cascade Update ON.
What or how does Access do underneath the covers when I change the "Red"
value in the lookup table to "Rust"?
I want to be able to do the same process in VB.NET (change primary key
value), rather than do a Insert/Delete, rebuild RI and Cascade Update
settings.
Thanks,
Dean S
typically have a single field for
the key to a lookup table that populates combo box lists.
These lookup values are stored "as is" in the detail data tables, and RI'd
back to the lookup tables. Example: lookup table primary key values for a
Color table, primary Key (ColorID): Red, Brown, Blue, Green, etc.
Data table has a column named ColorID that is RI'd to lookup table, with
Cascade Update ON.
What or how does Access do underneath the covers when I change the "Red"
value in the lookup table to "Rust"?
I want to be able to do the same process in VB.NET (change primary key
value), rather than do a Insert/Delete, rebuild RI and Cascade Update
settings.
Thanks,
Dean S