Hey All,
First time poster!
Im having issues when it comes to creating code to do a couple of 'Search' related codes.
There are several things I need to do.
The first, is to have a search Text Box, which would be filled in with a word needed to be searched for eg 'John' now after clicking a 'Seach' Cmdbutton I need 3 Columns in a Table to be searched for 'John' and all the positive results I need the corresponding 'Name' which is also another Column to be shown below in a 'List' which can be highlighted.
I also need a similar code but this time instead of a Text Box, there is a List Box. And the selected item in the list to be searched for in only one Column in the same Table after a different Cmdbutton is pressed, and all the results to be shown in the same 'List' as above.
After either list has been created, I need another code for a CmdButton different to the other two, which will show the results of only ONE of the items which you select from the 'Search Result' list. It would show up in a new form and include several items from a Table.
I know im after a lot, but hopefully someone can help out!
Thanks,
Matty
First time poster!
Im having issues when it comes to creating code to do a couple of 'Search' related codes.
There are several things I need to do.
The first, is to have a search Text Box, which would be filled in with a word needed to be searched for eg 'John' now after clicking a 'Seach' Cmdbutton I need 3 Columns in a Table to be searched for 'John' and all the positive results I need the corresponding 'Name' which is also another Column to be shown below in a 'List' which can be highlighted.
I also need a similar code but this time instead of a Text Box, there is a List Box. And the selected item in the list to be searched for in only one Column in the same Table after a different Cmdbutton is pressed, and all the results to be shown in the same 'List' as above.
After either list has been created, I need another code for a CmdButton different to the other two, which will show the results of only ONE of the items which you select from the 'Search Result' list. It would show up in a new form and include several items from a Table.
I know im after a lot, but hopefully someone can help out!
Thanks,
Matty