Is there a quick and easy way to loop through all the field names in a table and replace the spaces with _underscores (eg. [Client Name] to Client_Name)? We are moving some old access tables to SQL Server 2000 and need to clean up the table structures. I am about to write a procedure that loops through all the tables in CurrentDB one at a time and then loop through all the fields in each table and basically search for spaces and replace them with underscores. Is there an easier way that anyone knows?
thanks,
-
field names with spaces (XP-professional)
- This topic has 5 replies, 3 voices, and was last updated 19 years, 9 months ago.
AuthorViewing 1 reply threadAuthorViewing 1 reply thread