Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. littlebyt

    How to auto complete in combo box ????????

    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...
  2. littlebyt

    How to auto complete in combo box ????????

    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...
  3. littlebyt

    How to auto complete in combo box ????????

    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...
  4. littlebyt

    How to auto complete in combo box ????????

    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...
  5. littlebyt

    How to auto complete in combo box ????????

    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 :-);-)
  6. littlebyt

    Please help Trying to get combo box to work with Database!!!

    To everyone one that has helped THANK YOU and have a good day!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ;-) Margaret :-);-)
  7. littlebyt

    How to auto complete in combo box ????????

    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 :);)
  8. littlebyt

    How to auto complete in combo box ????????

    Does anyone have the code for it or a web site with some info about how to go about it. Please let me know. Thanks for you help. Margaret :);)
  9. littlebyt

    Please help Trying to get combo box to work with Database!!!

    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...
  10. littlebyt

    Please help Trying to get combo box to work with Database!!!

    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. :);)
  11. littlebyt

    Please help Trying to get combo box to work with Database!!!

    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 :);)
  12. littlebyt

    Please help Trying to get combo box to work with Database!!!

    Well still trying to figure this one out Someone please help me. :);)
  13. littlebyt

    Please help Trying to get combo box to work with Database!!!

    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! :);)
  14. littlebyt

    Please help Trying to get combo box to work with Database!!!

    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 :);)
  15. littlebyt

    Please help Trying to get combo box to work with Database!!!

    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. :);)
  16. littlebyt

    Access reports from VB

    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. :);)
  17. littlebyt

    Please help Trying to get combo box to work with Database!!!

    Thanks for the tip!!!! Will try this and see how it works in a few. Margaret :);)
  18. littlebyt

    Please help Trying to get combo box to work with Database!!!

    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. :);)
  19. littlebyt

    Please help Trying to get combo box to work with Database!!!

    Opps I am using databars to connect with the DBCombo box. i have no value for the DBCombo Box. I am still new at this. :);)
  20. littlebyt

    Please help Trying to get combo box to work with Database!!!

    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...

Part and Inventory Search

Back
Top