W
WilDeliver
Apologies if previously asked; I have looked, but not found a (probably
obvious) solution:
Problem: I want to set up a table in a database which lists all the fields
in the database so I can map them to a mnemonic, category code, etc. For
example:
FieldName LocatedIn Mnemonic
OtherCodeNumber
tblFirstFieldName1 tblFirst FFN1
tblFirst101
tblFirstFieldName2 tblFirst FFN2
tblFirst102
tblSecondFieldName1 tblSecond SFN1
tblSecond101
tblSecondFieldName2 tblSecond SFN2
tblSecond102
tblThird
etc
How do I set up such a table so that it lists the FieldName from the names
of each of the other tables (vs. typing them in individually). Can this be
dynamic, such that if I change a Field Name it automatically updates in this
table?
Thank You
obvious) solution:
Problem: I want to set up a table in a database which lists all the fields
in the database so I can map them to a mnemonic, category code, etc. For
example:
FieldName LocatedIn Mnemonic
OtherCodeNumber
tblFirstFieldName1 tblFirst FFN1
tblFirst101
tblFirstFieldName2 tblFirst FFN2
tblFirst102
tblSecondFieldName1 tblSecond SFN1
tblSecond101
tblSecondFieldName2 tblSecond SFN2
tblSecond102
tblThird
etc
How do I set up such a table so that it lists the FieldName from the names
of each of the other tables (vs. typing them in individually). Can this be
dynamic, such that if I change a Field Name it automatically updates in this
table?
Thank You