G Guest Oct 13, 2006 #1 Can anyone tell me how to rename a access field name with the name from records in another table. Vince
Can anyone tell me how to rename a access field name with the name from records in another table. Vince
D Douglas J. Steele Oct 13, 2006 #2 One syntax is: CurrentDb.TableDefs("NameOfTable").Fields("CurrentFieldName").Name = "NewFieldName"