473,396 Members | 1,799 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Search a Field using a Textbox?

19
Hello, my name is Wayne and I would like to type in a textbox so that it may search the a table in that specific field for results. But I wish for it to display all of the fields in that query.

Here is an example:

(input just this one field)
First Name: __________

(output information relating from that one field)
First Name: __________
Last Name: __________
SIN: __________
DOB: __________

Any help would be much appreciated.
Jul 3 '07 #1
6 3479
BradHodge
166 Expert 100+
Take a look at this posting and see if one of these would do what you want it to.

how to Retreive previously entered data??

Good Luck,

Brad.
Jul 3 '07 #2
wayniac
19
Yes Brad, that seems to be the way I am trying to go, although I still need it to reload everything in that record rather then an individual field.

Here is an example:

(textbox input) This is what was typed
field 1

(output) This is the results of what was typed
field 1----------field 2----------field 3----------field 4

All of the output fields are related to field 1 entry which was typed.
Jul 3 '07 #3
BradHodge
166 Expert 100+
If your other text fields are on the same form that your search text box is on, you can use that "FindAsUType" module that Allen Browne wrote. It allows you to select the field that you want to search, lets you type in your search string, and then finds the table (or query) record you are looking for, and fills the other text boxes on your form. You are essentially filtering your recordset for that form.

If you don't need something that fancy, you could also change that initial textbox to a combobox and have it be your filter device. Just use the wizard to create the combo box and it will guide you through finding a record on your form that is based on your combo box selection.

Brad.
Jul 3 '07 #4
wayniac
19
Thank you very much. This module works excellent. Its exactly what I wanted to do.
Jul 9 '07 #5
wayniac
19
One last question, is there anyway of removing certain fields from the table? I still want them in there, just not visible to for lookup.
Jul 11 '07 #6
wayniac
19
Never mind, got it working. Thanks again :)
Jul 11 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Mario | last post by:
I am trying to set up a search field that searches my only my website. I dont want to link it to other search engines. It is only for the web im developing. Any Links or Suggestions on how to...
4
by: Captain Wonky | last post by:
As the subject says... I'm a database novice even though I've been trying to learn Access for years. I've 'almost finished' several databases but always get stumped on something - this time it's...
9
by: Jack-of-all-traits | last post by:
I have certain words, or groups of words (4 or less) input in my fields in Access 2002 xp pro atmosphere. The data is essentially in the tables., so what I want to do is get access with the...
5
by: Steve S | last post by:
Heres what I want to do...User types into a texbox, clicks a button, the button saves that text to a file. The problem is that when I click the submit button, any changes made to the textbox are...
2
by: AA Arens | last post by:
When I push on my find-record button, after I focussed on the ID-number field on my form, the default search field in the Search-form dialog menu is not the focussed field, but another. Why? ...
0
by: Jon | last post by:
If anyone can help...Whenevr I go into a form and use the ctrl+F to find something with the binoculars the "Search field as formatted" is checked as default. This seems to slow down the find...
3
mmarif4u
by: mmarif4u | last post by:
Hi everyone, I have a little problem in php coding. i have mysql table guestbook: Fields are Id,name,email,comment,datetime. Now i want to search the database by php query using a Dropdown menu...
2
by: ZEROFIVE | last post by:
Just wanted to know how would i go about making a Search field and search results page if someone wanted to search on my site? Thanks alot, Jimmy
1
by: brenty66 | last post by:
I have a userform that is used as an interface for information stored on excel spreadsheets. The user enters bits of information into fields on the userform which are place on the corresponding...
1
by: Gaurav Jhamb | last post by:
I already display all records according to search to put all name of the record. I want to search to put any word in the search field. Acctualy i want to use * before the search word and it display...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.