Changing field names across MDB

  • Thread starter Thread starter Razor
  • Start date Start date
R

Razor

Hello,

I need to change all field names across my MDB using the
following rules:

1. Spaces within field names are replaced by underscores
2. Field names are to be in all caps (upper case)

Is there a utility or programmatic way to do this
throughout the MDB?

I don't want to have to do this manually!

Thanks,

Rajat
 
i think you can write a DAO code with loops through all tabledefs, and then
through all fields of each tabledef
or look at this find&replace utility:
www.rickworld.com
 
Back
Top