ekendricks
Posts: 34
|
| Posted: 03/05/2006, 4:30 PM |
|
Searched the forum for an answer, hope this post is not a duplicate.
Using: ASP - CCS 3.0 - SQL Server 2005
I have a listbox "Employee" on a from that uses:
Datasource Personnel
Bound Column EmployeeID
Text Column EmployeeName
That works as intended.....
In the Visual Query Builder, I can select "Department".... What I need to do is use the Department information returned with the "Employee" listbox, to populate an adjacent textbox "Department".
Thanks
Ernest
|
 |
 |
peterr
Posts: 5971
|
| Posted: 03/05/2006, 11:37 PM |
|
This was discussed many times on the forums. There is also one example in our knowledge base and two more in CCS Example Pack 2.
Here is a sample forum search URL: http://forums.codecharge.com/search.php?s_keyword=Depen...m[]=6&s_period=
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|