Hi, can anyone help me with the code necessary to rename a field in an access table. I have tried the ALTER TABLE method but it doesn't like my variable names. Here is the code and thank you for any help!
ALTER TABLE tblClientTable RENAME COLUMN fldRateField TO "MarketPric e"
ALTER TABLE tblClientTable RENAME COLUMN fldRateField TO "MarketPric e"
Comment