Hello everyone,
I'm hoping someone out there can relieve a headache I'm having. I'm relatively new at Access and the help guides are little or no help.
All I'm trying to do is prompt the user for a word or number to query an entire table for. It's along the lines of a search engine...
To further explain, there are multiple fields that have text in them that may correspond to a row a user is looking for, but not necessarily in the exact form. What I mean is, I want this program to search for (for example) the word "hello" throughout the table and return its resulting rows regardless of whether the cell has the exact text "hello" or the phrase "hellothere" or "heyhello".
I've tried using the Like "* *" coding but I haven't been able to get that to work using prompted inputs. I don't even know if there's a way to store the input as a variable. I know that there's got to be an easier way. I want it to work like the built-in "Find" capabilities of excel and access, but be able to apply the results to reports and etc.
Any help anyone can offer this new user would be greatly appreciated.
Thanks
Mike
I'm hoping someone out there can relieve a headache I'm having. I'm relatively new at Access and the help guides are little or no help.
All I'm trying to do is prompt the user for a word or number to query an entire table for. It's along the lines of a search engine...
To further explain, there are multiple fields that have text in them that may correspond to a row a user is looking for, but not necessarily in the exact form. What I mean is, I want this program to search for (for example) the word "hello" throughout the table and return its resulting rows regardless of whether the cell has the exact text "hello" or the phrase "hellothere" or "heyhello".
I've tried using the Like "* *" coding but I haven't been able to get that to work using prompted inputs. I don't even know if there's a way to store the input as a variable. I know that there's got to be an easier way. I want it to work like the built-in "Find" capabilities of excel and access, but be able to apply the results to reports and etc.
Any help anyone can offer this new user would be greatly appreciated.
Thanks
Mike