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

    Loop through data entry subform

    OK sweet. So I wrote a basic Select query to retrieve the accounts entered in the subform, but only the one that is selected(has the arrow pointing to it) shows up in my results. Am I missing something? SELECT * FROM accountsTable WHERE accountsTable.UserID=Forms!MainForm!UserID And...
  2. GAMB1T

    Loop through data entry subform

    Hey so my grand idea is to have a subform where the user can past in multiple account numbers and then the code will remove rows with this account number from the table. I am having trouble setting the AccountsSubform recordset equal to what is entered into the form. This is what I have...
  3. GAMB1T

    Loop through data entry subform

    Hey so my grand idea is to have a subform where the user can past in multiple account numbers and then the code will remove rows with this account number from the table. I am having trouble setting the AccountsSubform recordset equal to what is entered into the form. This is what I have...

Part and Inventory Search

Back
Top