I am attempting to change header text on a recently imported table using VBA.
I have a Table (Name is "Report")
In my header I have a field that has this as the header
QPR/QPI Number
Access does not like special Characters such as the "/" and the " " that is between the word QPI and Number.
I need a simple code that will remove both of these from this field header.
(I have several fields like this but I think I can apply the syntax to the others.)
I have a Table (Name is "Report")
In my header I have a field that has this as the header
QPR/QPI Number
Access does not like special Characters such as the "/" and the " " that is between the word QPI and Number.
I need a simple code that will remove both of these from this field header.
(I have several fields like this but I think I can apply the syntax to the others.)