Geordie2008
Registered User.
- Local time
- Today, 02:44
- Joined
- Mar 25, 2008
- Messages
- 177
Morning all,
Is the following possible?
I have a form which searches for an employee by name. Currently it opens the "frmMAIN" (which has c. 30 fields) based on the search results and the user has to flip through until they get the correct person.
E.g. - Filter on Smith, M and the user would get:
Smith, Michael
Smith, Michelle
Smith, Mark
I would like to display the results of the search in a tabular form with only the 2 fields showing (First Name, Last Name) and then allow the user to select the correct person, which will then open up the "frmMAIN"...
I have designed the tabular form as I would like it, (using the form wizard). How do I build into this form the functionality to select a particular record? (e.g. Mark Smith) and then I can use this as the filter on "frmMAIN" to open only 1 record...
Thanks,
Mandy
Is the following possible?
I have a form which searches for an employee by name. Currently it opens the "frmMAIN" (which has c. 30 fields) based on the search results and the user has to flip through until they get the correct person.
E.g. - Filter on Smith, M and the user would get:
Smith, Michael
Smith, Michelle
Smith, Mark
I would like to display the results of the search in a tabular form with only the 2 fields showing (First Name, Last Name) and then allow the user to select the correct person, which will then open up the "frmMAIN"...
I have designed the tabular form as I would like it, (using the form wizard). How do I build into this form the functionality to select a particular record? (e.g. Mark Smith) and then I can use this as the filter on "frmMAIN" to open only 1 record...
Thanks,
Mandy