I have created a database I use to manage my legal client matters. I am seeking to use the MS 2010 Access database to automatically populate on-line forms. In populating the on-line forms, each field in my DB essentially has a different field name than that required for the on-line form. So, for example, field FirstName in my Access DB is "BE_CASE_FNM" in the online form. I can create a CSV file from Access to populate the form where the header is the on-line form field name. So I would need to create a CSVfile where the value is that of FirstName in my DB with a header name of "BE_CASE_FNM". In considering a solution, I could simply rename every field in my DB to that of the online form. I was also wondering if I could create a custom property for each field that is the "alias" name required in the online form. Any help would be most appreciated.