CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2000
    Posts
    200

    binding a control

    Hi,

    Using Data environment. Have 2 tables. Main table is purchases. One of the fields of purchases is Department number (foreign key). The other table is Departments with 2 columns. One is DeptID (key) and the other is DeptDesc. As the user enters data (using a form) to add records to the Purchases table, I want DeptDesc to display in a label control after the user enters the DeptID (foreign key) into the Purchases table. Any automatic binding for this? Appreciate any ideas.
    Thanks!
    John


  2. #2
    Join Date
    May 2001
    Location
    Russia
    Posts
    200

    Re: binding a control

    I think you can help only manualy check Validate event field DeptID.

    Andy Tower

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

Featured