Rogue Programme
Registered User.
- Local time
- Today, 18:21
- Joined
- Jul 16, 2003
- Messages
- 55
I have a search screen (frmsearch) which is linked to my main table (tblmain). On the search screen there is a list box which lists all employees. I can scroll up and down the list box or i can use a search facility that i have created which will narrow the list down.
I also have a form (frmemployee) which is also linked to tblmain.
nb as i add a new record here (new employee) it populates the list box on frmsearch.
This is my problem:
When i scroll or search for an employee and i highlight that employee in the list box (in frmsearch) i want to be able to click the command button that will link to frmemployee and open thier record.
Hope this makes sence
Mike
I also have a form (frmemployee) which is also linked to tblmain.
nb as i add a new record here (new employee) it populates the list box on frmsearch.
This is my problem:
When i scroll or search for an employee and i highlight that employee in the list box (in frmsearch) i want to be able to click the command button that will link to frmemployee and open thier record.
Hope this makes sence
Mike