G
Guest
I have a data table with the two relevant fields for my question being
ReportSection and ReportSectionSort, plus many other information fields. The
ReportSection is text; ReportSectionSort is a number. The ReportSection is a
lookup field combo box tied to a query of a separate table which has the
ReportSections and ReportSection Sorts (which can be easily changed there).
How can I populate the new ReportSectionSort field in the main data table
automatically upon selection of the ReportSection from the lookup combo box?
I want to be able to enforce referential integrity so when I have to change
Sections and Sorts in the secondary table, the changes will be reflected
automatically in the data table.
ReportSection and ReportSectionSort, plus many other information fields. The
ReportSection is text; ReportSectionSort is a number. The ReportSection is a
lookup field combo box tied to a query of a separate table which has the
ReportSections and ReportSection Sorts (which can be easily changed there).
How can I populate the new ReportSectionSort field in the main data table
automatically upon selection of the ReportSection from the lookup combo box?
I want to be able to enforce referential integrity so when I have to change
Sections and Sorts in the secondary table, the changes will be reflected
automatically in the data table.