I want to have a seperate search form using unbound text boxes. I'm currently using Combo boxes as my search and the following code.
docmd.openform "Members",,,"[MemberID]= "&Me![combo2].column(0).
I would perfer to use txtboxes so that if a user enters something like MICRO the database will open the memberform with all the records that start with MICRO.
My problem is that I'm not very good at vb coding. I need some help if someone can get me on the right track here would be great.
docmd.openform "Members",,,"[MemberID]= "&Me![combo2].column(0).
I would perfer to use txtboxes so that if a user enters something like MICRO the database will open the memberform with all the records that start with MICRO.
My problem is that I'm not very good at vb coding. I need some help if someone can get me on the right track here would be great.