I have a form with contacts and a subform with calls and notes. I want to make a button that prompts for a keyword(more if possible) from the notes field on the subform and then opens those records.
I made a query (keyquery) that brings up the prompt, and finds the correct records. What I want to be able to do is have a form with all 72,000 records open, then hit the button, thereby filtering out only the appropriate records. Then I'd like to go back to all records again if possible....
Any ideas? I've been stumped for days. Seems to me I have done more complicated stuff, but I cant get this. Right now I made it so the form opens with the query as its recordset, but theres no way to get back to all the records again. I made a button that makes it so you can keep typing key searches, but thats not quite it. How do you do a simple recordset change like that?
My knowledge of VB Coding is limited. I basicaly cut and paste from stuff that works, or try stuff endlessly till I get it to work....Help???
I made a query (keyquery) that brings up the prompt, and finds the correct records. What I want to be able to do is have a form with all 72,000 records open, then hit the button, thereby filtering out only the appropriate records. Then I'd like to go back to all records again if possible....
Any ideas? I've been stumped for days. Seems to me I have done more complicated stuff, but I cant get this. Right now I made it so the form opens with the query as its recordset, but theres no way to get back to all the records again. I made a button that makes it so you can keep typing key searches, but thats not quite it. How do you do a simple recordset change like that?
My knowledge of VB Coding is limited. I basicaly cut and paste from stuff that works, or try stuff endlessly till I get it to work....Help???