HI,
I have a listbox containing employees. When I select an employee, I want employee data to fill the corresponding text and combo boxes in the rest of the form. If I bind the fields to 1 table and use SEEK(), it's easy to automatically populate these controls. However, the data comes from several tables, so I want to bind the fields to a View. But how can I quickly navigate through the view when an employee number is selected in the listbox?
Filtering the view and requerying it everytime a selection is made in the listbox seems inefficient especially since the base tables are on a network. The text and combo boxes have to be updateable.
Thanks in advance.
I have a listbox containing employees. When I select an employee, I want employee data to fill the corresponding text and combo boxes in the rest of the form. If I bind the fields to 1 table and use SEEK(), it's easy to automatically populate these controls. However, the data comes from several tables, so I want to bind the fields to a View. But how can I quickly navigate through the view when an employee number is selected in the listbox?
Filtering the view and requerying it everytime a selection is made in the listbox seems inefficient especially since the base tables are on a network. The text and combo boxes have to be updateable.
Thanks in advance.