Changing the field name - dynamically

ejhatch

Registered User.
Local time
Today, 05:29
Joined
Oct 12, 2005
Messages
26
Hi All,

I have built queries based on tables. The field names are the technical field names of an application. For example pernr is actually Personnel Number etc.

My queries are set up as follows:

Field = pernr
Table = etc

I would like to rename pernr to Personnel Number so that the column heading in the datasheet view is Personnel Number.

I know I can do this manually for each query by using the following as the field: Personnel Number: pernr

Is there any way of getting this be done dynamically using a lookup table etc. I have lots of queries and I don't want to manually change them all. Furthermore, if I wanted to rename Personnel Number to Personnel No. then I could do it in the mapping table rather than in all the queries.

Thanks,

Evan
 
There's a commerically available tool named Speed Ferret which will do what you want. Google for it. I think it's about $150. It's weel worth the $.
 

Users who are viewing this thread

Back
Top Bottom