Hi everyone,
I will start off by saying I do not know any programming language such as VBA. If there is a solution to my issue, and it involves programming, I will need some heavy, ultra beginner-level,
step-by-step assistance and would greatly, greatly appreciate it.
I am collecting form data on my work's website, and I need to get it into an Access database, and then automate Access with another data platform. The main issue is with the headers. They ultimately need to have no spaces in between them.
When I export the form data from my work's website, the Excel row headers are simply the form questions/fields, with spaces and any kind of special characters included. I am not able to use internal field names on our website to change how the headers are
downloaded. Below is how the data turns out in Excel.

When I initially import this Excel into Access, everything imports fine. However, I need to change the Field Names in Access, because the data automation platform that needs to connect with Access will NOT accept spaces. I also don't think it accepts any
special character besides the underscore. Below is what I need the Field Names to be.

Changing the Field Names causes me to not be able to append data, because the Excel headers and the Access "Field Names" are supposed to match. Is there a way around this?
Thank you for any help.