+ Reply to Thread
Results 1 to 3 of 3

SHELL as record value causing problem in Norway OS

  1. #1
    Registered User
    Join Date
    08-13-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    3

    SHELL as record value causing problem in Norway OS

    Good day

    Been stumped by this problem for some time now.

    I have two tables - 1. Company 2. Employees

    Table 1. Field - Just one (CompanyName)
    Table 2. Fields - two (EmployeeName & CompanyName via dropdown combobox populated with values from Table1)

    Relationships - none

    In the Excel Userform, I have two combo boxes

    1. Company Name
    2. Employee Name

    When user selects an item from combo 1, combo 2 items are refilled with values from the Employees table filtered for value of combo 1.

    This works perfectly for all values of combo1 (Company Name) - the values in Combo 2 are correctly populated with Employee names of selected company. (I use English OS and English Office 2010).

    When the application is used in Norway, it works OK for all values of Combo 1 (company name) except if the user selects SHELL from list of company names.

    I tried by amending all entries in the respective tables CompanyName field to have ZZZ at the beginning of each record (Example : ZZZCHEVRON or ZZZSHELL or ZZZWHATEVER). It still does not work for SHELL in the office in Norway where OS and Office 2010 are Norwegian Bokmal.

    For SHELL, the combo2 remains blank.

    BTW, in the combo boxes for sake of correct display, I remove the ZZZ characters add the ZZZ at the beginning of the filter statement.

    As stated already the code works OK on my PC in India in all situations and also in the office PC in Norway in all situation except if the user selects SHELL

    Would appreciate any help in this matter.
    Last edited by jdsouza; 08-13-2012 at 06:33 AM.

  2. #2
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: SHELL as record value causing problem in Norway OS

    your database design aside, how are you populating the comboboxes in excel?
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  3. #3
    Registered User
    Join Date
    08-13-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: SHELL as record value causing problem in Norway OS

    The two comboboxes are CBSurvCompany & CBSurveyorName
    From the code below you will see that on the first combo click, I run a routine to populate the second combo

    In the following code, I have put the ZZZ at the end of record instead of at the beginning (as written in the first post). I don't know if this 'at the end insertion' is working as the Norway user has stopped corresponding.


    Please Login or Register  to view this content.
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1