Author Topic: Changing Prefered Translation  (Read 5632 times)

aktaylor

  • Jr. Member
  • **
  • Posts: 12
Changing Prefered Translation
« on: September 23, 2011, 04:21:20 PM »
When we first did our data entry for the database we didn't realize that we were setting the prefered tranzlation to "KJV", when we really wanted the translation to be "NIV". I was wondering if somone had had the same problem, and or if somone could give me a SQL statement to run to change this.

Thanks.
Anchorage Grace Church Awana Club Database Admin

Rick Leffler

  • Guest
Re: Changing Prefered Translation
« Reply #1 on: September 23, 2011, 05:43:55 PM »
               Update Person set Translation = 'NIV'



Don't forget you can/should set the club default translation also to "NIV" under Admin > Options > Misc

aktaylor

  • Jr. Member
  • **
  • Posts: 12
Re: Changing Prefered Translation
« Reply #2 on: September 23, 2011, 06:09:06 PM »
Thanks Rick.
Anchorage Grace Church Awana Club Database Admin