Results 1 to 1 of 1

Thread: RE: Combobox databinding issue (Getting urgent)

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2004
    Posts
    11

    Angry RE: Combobox databinding issue (Getting urgent)

    Hi - This is getting urgent so someone please help..
    I wonder if anyone has a solution or workaround the following problem:
    I'm using binding method for navigating thro a DB. (In this example the employees table of the access NWindDB). This table has a field ReportsTo which is th ID of another employee - the boss. On my employee form i've got a combo 'ReportsTo' which is populated with the employees.
    I've modified some fields in the NWind employees: as follows
    (The last column is the result i get when i step thro the table:

    ID Name : ReportsTo :
    1 Nancy Davolio : : My result= Nancy Davolio
    2 Andrew Fuller : : My result= OK
    3 Janet leverling : Fuller,Andrew : My result= OK
    4 Margeret Peacock : Fuller,Andrew : My result=OK
    5 Steven Buchanan : : My result= Nancy Devolio
    6 Michael Suyama : Buchanan,Steve :My result= OK
    7 Robert King : Buchanan,Steve :My result= OK
    8 Laura Callahan: : My result= Nancy Davolio
    9 Anne dobworth : Buchanan,Steve :My result OK


    Problem 2: I need a method /solution to set the reportsTo field to nothing for a employee who is the boss - and the dataset reflects the change. I've tried combobox.text="" . As far as the DS is concerned there is no change. Any idea

    Thanks for any help.
    Attached Files Attached Files

Posting Permissions

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



Click Here to Expand Forum to Full Width