Consulting

Results 1 to 3 of 3

Thread: Text column holds value of ID

  1. #1

    Text column holds value of ID

    Hi all,


    I have a table Actions as follow


    Action ID Action
    1 cutting
    2 sowing
    3 ripping
    .. ..


    At some time , on clicking the button that opens this lookup table I found some of the values of Action equal to Action ID


    Action ID Action
    1 1
    2 sowing
    3 3


    What are all possible scenarios that would lead to Action column taking value of Action ID?


    Many thanks!

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Sounds like a code error that updates the table.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    But I can't find anywhere in code an update statement that sets Action to be Action ID!

Posting Permissions

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