473,508 Members | 2,216 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Autocomplete textboxes

12 New Member
Can I have autocomplete textboxes in Access 2002?

I have a table of my customer names, and everytime they made a transaction, I will insert to my database. Now, I want when I type the customer name in the input form, it can autocomplete or autosuggest for me the appropriate customer names. How can I do that with Access2002?
Jan 22 '08 #1
3 3329
missinglinq
3,532 Recognized Expert Specialist
To do this in any version of Access would be way too processor intense, and would slow the app down to a crawl! Each time you entered a character you'd have to check the textbox's content against the appropriate table. This kind of thing can be done much more easily with a combobox with the AutoExpand property set to Yes. You base the combobox on the customer name, then include the other fields you want to place on your form. When the user starts to enter the name in the combobox, it will autocomplete, and when you select the proper name, the other fields can be filled in.

Linq ;0)>
Jan 22 '08 #2
mashimaro
12 New Member
To do this in any version of Access would be way too processor intense, and would slow the app down to a crawl! Each time you entered a character you'd have to check the textbox's content against the appropriate table. This kind of thing can be done much more easily with a combobox with the AutoExpand property set to Yes. You base the combobox on the customer name, then include the other fields you want to place on your form. When the user starts to enter the name in the combobox, it will autocomplete, and when you select the proper name, the other fields can be filled in.

Linq ;0)>
Thanks Linq for the tips. It's really help a lot ^^ Sorry for my late reply, has been fighting with office work :( Again, thanks a lot ;)
Jan 24 '08 #3
missinglinq
3,532 Recognized Expert Specialist
Been there, done that!

Linq ;0)>
Jan 24 '08 #4

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

Similar topics

4
5243
by: bc | last post by:
Hi, Is it possible to detect if the IE autocomplete function in a current context such as a textbox is activated (ie. dropdown with previously entered info is visible)? Problem: I use a script...
40
10839
by: Alex | last post by:
Hello, does anybody know how to turn off the autocomplete feature for a certain text field? I am aware of the "autocomplete" attribute, but I have seen other implementions achieving it...
0
1197
by: Scott | last post by:
I have a webform that I would like to use the autocomplete feature for all my textboxes. My textboxes are the <ASP:Textbox /> control. The only way I seem to be able to get autocomplete to work...
2
4495
by: Mrinal Kamboj | last post by:
Hi , Need to get some basic info regarding AutoComplete Attribute in COM+ . I am having a class with TransactionOption set to Required , now for this class , can i mark all the methods with...
1
1751
by: thubba2000 | last post by:
We have a web application developed using IBuySpy. In older versions, Autocomplete on all web forms works. In our latest version, it stopped working on all clients. I have gone through all the...
0
1268
by: DLP22192 | last post by:
I have a login page using a master page that contains a search textbox. When I enter the username and password, IE doesn't prompt to save the password. If I remove the search textbox from the...
1
5174
by: rbg.net | last post by:
I know that there is a autocomplete property for the HTML "INPUT type=text" control which if set to OFF, disables autocomplete of the input textbox (doesn't remember previously entered values) ...
1
3826
by: wkerplunk | last post by:
Below is what I have build with several different languages. It works great but I need help, I am stuck. When you click on an item in the dropdown autocomplete div it does a mousedown function...
0
2097
by: =?Utf-8?B?cG1haw==?= | last post by:
I try to implement a AutoComplete function to the datagridviewtextboxcolumn to a Datagridview control with several others datagridviewtextboxcolumns. This function is meant to apply to the column,...
0
7227
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7127
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7331
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,...
1
7054
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
5633
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,...
0
4713
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3204
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3188
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1564
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.