Search results

  1. S

    Text box the searches with every added letter

    It's being reperposed. it's mine.. The issue is that when I type "4" for example it'll bring up the closest record to 4. however, if i try to continue to type to narrow it down snd yype another number lets say "3" it'll delete the 4 and put a 3 in its place. I want it to go from searching 4 to...
  2. S

    Text box the searches with every added letter

    I'm trying to add a search function the searches with ever letter I add to the string in the search box. if the string is not in the recordset then vbred the textbox. Here's my code: Private Sub txtGroupNr_KeyPress(KeyAscii As Integer) Set RstRecSet = Nothing Set db = CurrentDb...
  3. S

    Unbound textboxes

    Hello everyone, I im looking for a bit of help. I want to know a way of populating unbound textboxes with data from a table without using the easy assigning data in the property of the box. I want it to be all done with code, which to me isnt a huge deal but I've yet to find answers on the...
  4. S

    Trying to learn!(Easy question)

    my boss recommended to me i should learn with unbound and would like to learn without the wizards helping me. Ok say there was a group id like 384293 id like to put that number in a text box press enter, and since the number is a primary key it will target the record and populate, lets sat...
  5. S

    Trying to learn!(Easy question)

    Hello everyone, I'd like to take this opportunity to introduce myself. I'm a application developer that was recently hired to code various VBA automation software. I have a bit of coding under my belt and am looking to expand my horizons to VBA. I understand a lot of the VBA code as well as SQL...
Top Bottom