P
PGZ
Is there anyway to the change field names of a table using
VBA?
VBA?
PGZ said:Is there anyway to the change field names of a table using
VBA?
PGZ said:When I tried the following, I received a "Item not found
in this collection." error message.
CurrentDb.TableDefs("Table_Struct_Chains_TEMP").Fields
("Top Tier ID").Name = "Tier 02 ID"