Hi everyone
I have been asked to create a search form for our shop that searches a form in datasheet view.
I have a Form called frmItems which has a subform called frmItems_Sub which has a textbox called Item in it which displays in datasheet view. frmItems has a button called btnSearch which opens a Form in popup view. When the user has entered the search criteria and clicks on the search button it should go to the record in the Forms!frmItems! frmItems_Sub!It em and highlight it.
Hope this makes sense
Regards
Wayne
I have been asked to create a search form for our shop that searches a form in datasheet view.
I have a Form called frmItems which has a subform called frmItems_Sub which has a textbox called Item in it which displays in datasheet view. frmItems has a button called btnSearch which opens a Form in popup view. When the user has entered the search criteria and clicks on the search button it should go to the record in the Forms!frmItems! frmItems_Sub!It em and highlight it.
Hope this makes sense
Regards
Wayne
Comment