Results 1 to 6 of 6
  1. #1
    tshirttom is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    8

    Proper Case or Capitalization help

    I am bringing in excel data that has names in all caps. What is the easiest way to convert to proper case?


    For exmple turn 346 S. WASINGTON ST into 346 S. Washington St. Thanks for your help as I am a newbie.

  2. #2
    aytee111 is offline Competent At Times
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Use StrConv(fieldname,type). There are different choices with the type to change the case, such as capitalize each first letter (type = 3).

  3. #3
    tshirttom is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    8
    Where do I type in the StrConv(fieldname,type)? In a query? Is there a means of highlighting a column and makeing the change to proper case?

    Thanks again

  4. #4
    aytee111 is offline Competent At Times
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    You say you are "bringing in" the data from Excel, how are you doing it? One way would be to have a query populate the table from Excel and you can make the change in the query. Instead of referencing the field from Excel you would put the field inside the StrConv statement. Otherwise you can make an update query after the data is brought in to update the field with the change.

    Your second question, I don't know if there is a way. Are you trying to do this manually?

  5. #5
    tshirttom is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    8
    Yes because I am a newbie I have been copying and pasting the columns into Access

  6. #6
    aytee111 is offline Competent At Times
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Your statement should read: "Because I am a newbie I am trying to learn Access"!! Not to do it the old way, but learning what Access is all about. Your task for today is to create a query to do the task.

    1 - link in the Excel file
    2 - create a make table query to read the data from the Excel file to a new table.

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

Similar Threads

  1. Help with proper where portion
    By tmcrouse in forum Queries
    Replies: 1
    Last Post: 10-11-2011, 03:25 PM
  2. Proper Error Trapping
    By SemiAuto40 in forum Programming
    Replies: 6
    Last Post: 08-11-2011, 10:22 AM
  3. Capitalization help
    By tshirttom in forum Access
    Replies: 6
    Last Post: 08-05-2011, 07:52 AM
  4. Setting the Default Value and Proper Case Example
    By pkstormy in forum Code Repository
    Replies: 0
    Last Post: 08-27-2010, 07:43 PM
  5. Capitalization
    By bbylls in forum Forms
    Replies: 3
    Last Post: 12-11-2009, 07:29 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