M
Microsoft
Greetings,
I have a big project of fixing a database that was created by another that
contains many different tables from lots of different sources. One of my
problems is that some tables are in ALL CAPS, some are in all lower case,
some are in Proper Case and some are mixed. I cannot figure out the syntax
for an update query (I think this is the route I need to go) to change them
all to Proper Case. For instance I have tried to make a calculated field -
Exps1ROPER([firstname]) -
This returns and error that the PROPER is and undefined function.
I guess first I need to know if it is worth the trouble to change the tables
or deal with it in forms and reports. Or do I need to do the query and if
so how?
Any thoughts on how I can fix this?
Best regards,
Scott B
I have a big project of fixing a database that was created by another that
contains many different tables from lots of different sources. One of my
problems is that some tables are in ALL CAPS, some are in all lower case,
some are in Proper Case and some are mixed. I cannot figure out the syntax
for an update query (I think this is the route I need to go) to change them
all to Proper Case. For instance I have tried to make a calculated field -
Exps1ROPER([firstname]) -
This returns and error that the PROPER is and undefined function.
I guess first I need to know if it is worth the trouble to change the tables
or deal with it in forms and reports. Or do I need to do the query and if
so how?
Any thoughts on how I can fix this?
Best regards,
Scott B