Search results

  1. 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...
  2. 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...
  3. 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...
Back
Top Bottom