What is the code to use to add column heading to one table based on the contents of another?
C Chase Sep 5, 2005 #1 What is the code to use to add column heading to one table based on the contents of another?
A Allen Browne Sep 5, 2005 #2 You do not do that. One of the basic rules of data normalization is that you do not create columns that are dependent on other columns. Such calculated columns belong in a query.
You do not do that. One of the basic rules of data normalization is that you do not create columns that are dependent on other columns. Such calculated columns belong in a query.