I am using the Combo box. Not the data one. I have the code for it. I have about 25 text boxes and using the combo box I have it to display the information in the text boxes. This works. I just want it to update the combo box which it only does after I exit it out. Everthing else does when I...
Well Imhoteb didn't work but this is my code. See what I might have to change. So far everything works but the auto complete.
Thanks
Option Explicit
Private sDataPath As String
Private Sub CboLastName_Click(Index As Integer)
Select Case Index
Case 0
Data2.Recordset.FindFirst "[Last...
Well everything you have mention up above I have already done. I know that there is a code to do the autocomplete for the combobox that I am using for the Last name. This is the only box that I will be using it for. The rest of the boxes are Text boxes. Sorry about not able to explain it...
Well I am using a databar that is connected to my Access database. That is my list. I want the combo box which is used for last names to autocomplete last names and to be able to update the infromation from the combo box. That is when I add new last names. Is this all you need. If not please...
Hey there thanks for the input. Still not what I really want. At random I will add a name and I want it to add to the combo box where my list is. If this helps you.
Thanks for your time.
Margaret :-);-)
Lets see I have a program with names using vb and a combo box this is where i want to autocomplete the infomation. Do you see what I am talking about now. Thanks again for your help.
;-)Margaret :);)
Well hello again. Well that didn't work. If you need a demo of what I am using please let me know and I will send it to you and show you what I am trying to get out of it. I am getting close to my deadline and would like to get it done. So if any one can help please let me know. I just have...
well i use this statement .ConnectionString=app.path "\databaseName.mdb;" and I get a compile error saying end of statement. The rest of the code seems to work just fine. Is there something missing? Well thanks again.
:);)
Thanks all for the help on this matter. I will be trying to see that all will work. I greatly appricate all of your help from everyone that has tryied to help me in this problem.
Margaret :);)
Would like to be able to select from the box and the text boxes would go to the record in the database, ie such as pulling down a SSN and the Name, Address, City, State, Zip would appear below in the text boxes.
Thanks! :);)
Well I have three data controls now how would I link them all together. The DBCombo box works but still can't pull from that box the rest of the information. Well thanks for the help!!!!
Margaret :);)
well on my DAO does not have a Listfield property or DataSource property Are we using the right one. I know the combo box has those fields in it. Is there a code that I should use? Well I will keep working on it I might get it to work some time. Thanks again.
:);)
Well have you put a control button on your VB? If you haven't put one and enter this code in it.
Print Form
That should work. If not let me know. Will try something else. :);)
Well it is under general and is called just Data. That is how I am linking my Database with it. I don't know the difference between the DAO or ADO I am a newby at it. Everything else works but that darn combo box. I have tried everything for it.. So thanks for the help. :);)
The DataBase Combo box is for the record of last name. I am Using the Tab Dialog in the componets to try and make this work. I want it to be able to go to the next tab with all the info from the last name. I have them as array that is the database combo box. I am using access to connect...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.