EvilTwinOfAtrus
Technical User
Hi
This is similiar but not identical to a previous problem I was having, but please can any answer be starting from scratch
. OK, first of all the 2 forms that I am about to refer to both get their values from a table called 'tblEmployee'.
I have one form - named 'frmEmployeeSelector' which has a list box on it with a list of employees coming from the 'EmployeeWholeName' field on the aforementioned table.
I also have another form - named 'frmEmployee' which contains a certain employees information such as date of birth, telephone number etc etc.
What I want to do is, doubleclick on one of those names in the list box on 'frmEmployeeSelector' and it bring up 'frmEmployee' on the corresponding record.
Help would be greatly appreciated
- Karl
This is similiar but not identical to a previous problem I was having, but please can any answer be starting from scratch
I have one form - named 'frmEmployeeSelector' which has a list box on it with a list of employees coming from the 'EmployeeWholeName' field on the aforementioned table.
I also have another form - named 'frmEmployee' which contains a certain employees information such as date of birth, telephone number etc etc.
What I want to do is, doubleclick on one of those names in the list box on 'frmEmployeeSelector' and it bring up 'frmEmployee' on the corresponding record.
Help would be greatly appreciated
- Karl