Results 1 to 3 of 3
  1. #1
    stalk is offline Competent Performer
    Windows 8 Access 2003
    Join Date
    May 2014
    Posts
    147

    convert all field names to lower case before exporting to excel

    Is there a way to convert all the field names to lower case before exporting or saving in the existing Access table?


    My data will be feeding another application where it only accepts lowercase variable names.

    Thank you

  2. #2
    orange's Avatar
    orange is online now Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870

  3. #3
    stalk is offline Competent Performer
    Windows 8 Access 2003
    Join Date
    May 2014
    Posts
    147
    Code referred in the above link worked perfectly to convert all the fields in a fraction of a second to lowercase with minor change..
    fld.Name = StrConv(fld.Name, 2)

    1 is to convert to Uppercase
    2 is to convert to lowercase
    3 is to convert to Propercase.

    Thank you

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 11
    Last Post: 05-25-2015, 08:33 AM
  2. Replies: 5
    Last Post: 10-23-2012, 03:55 PM
  3. Replies: 3
    Last Post: 08-22-2012, 09:01 AM
  4. Upper & Lower Case in table
    By Forums10 in forum Access
    Replies: 4
    Last Post: 01-31-2011, 09:01 AM
  5. Converting all text input to lower case
    By aommaster in forum Forms
    Replies: 6
    Last Post: 08-05-2009, 05:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums