I have an employee details form for an intranet to a sql server database. A number of controls in the form will be dropdown lists used as lookups. ie I have a jobno in the employee
table which would be linked to a jobsid in a jobs table. The only table which would be updated is the employee table.
I am using a separate datasets. I cant set the datatext to jobs.id and the datavalue to employee.jobno
The item shown in the list would be the employees id.
I don't know if the dataset would be the corect method?
Any assistance greatly appreciated.Write a query/view (woteva) using links to retrieve the required data for the dropdownlist and populate it into the same DataSet.
0 comments:
Post a Comment