Hi all, thanks for posting. Here are the reasons I was wanting to have two fields with different names, but the same content:
I'm creating an small Intranet site for a company. They have an exisiting database, that they want to access via a browser. I started to learn Perl to create the code to do this. I'm new to both Perl and Access, so I had a big task ahead. The Perl code didn't like the way some of the fields were named (They had special characters like #, and spaces in the names). I didn't want to alter the existing field names, so I wondered if there was a way to create a new field with an Perl-friendly name, which would have the same information as the old field. The code would then read the content of the new fields.
Since I don't know much about Perl or Access, I tried to think of all kinds of solutions that I thought might work.
In the end, I found a way in Perl to be able to read field names that have spaces and/or special characters in them, by enclosing the name in [].
Thanks again for posting!
-King Dufus