HOW Do I: use Coding to Get a Value from 1 Table...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • adigga1
    New Member
    • Feb 2008
    • 29

    HOW Do I: use Coding to Get a Value from 1 Table...

    Hello,

    Are there any codes or commands that can look up and get a value in 1 table using a combo box on a Form then pass it and save to another table after it has been selected?



    Thanks in advance



    A...
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32661

    #2
    As the question is so unspecific, I can only answer unspecifically.

    Yes. There is a facility in code to do that.

    One way that might suit your needs (as I have no clear idea what they are I cannot be sure) is to append the data to the table using some SQL from within the AfterUpdate event procedure of the ComboBox control.

    Comment

    Working...