Private Sub Command1_Click()
RenameField "Table1", "Field1", "Jeffrey"
End Sub
This is my code in the button, table1 is my actual table name and field1 is what my field name is and jeffry is what i want it to be. id i click the button it gives me a compile error on the botled line.
Sub...