Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Creating a = Query Question=
Name: koJoTee Date: April 10, 2004 at 09:50:27 Pacific OS: Windows XP CPU/Ram: 3.0 GHZ/1 GB 400mhz Dual
Comment:
I have a hard time creating a query that would return with desired results. I first created a table with all my games. After that I tried to created a query that asks user a question, in criteria I typed [What game are you looking for?] What the problem is that it returns ONLY the FULL names of the games. I would like when I type for ex. "soldier" to show me all the names of game titles that have a word "soldier" within them. Is there a way I can do it without entering for ex. LIKE "*soldier*" , any hel would be apreciated, Thank you in advance!
Summary: Create a query to obtain a dataset containing all the records in your table(s). Run the query to see if it works the way you want. Then, create a form to display the data you want to see. In the fo...
Summary: I am trying to create a query in Access that will prompt the user for a company abbreviation, then will return results only on the company the user typed in. I know how to do this by placing the [Ent...
Summary: hi guys i need a query let suppose i have 2 fields {name} {mob no} I have added 10 entries in the record now i created another text field that could search the existing record from database....So wha...