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 Rhinorhino 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: *

  • Users: mandls
  • Content: Threads
  • Order by date
  1. mandls

    Sub query nested query

    I need to add a sub query or nested query in a module. Can someone take a look and let me know if it's even possible. Here is what I have so far. When I try to run it it doesn t do anything. HELP Dim strsqr As String strsqu = " And (((tblProgram.ProgramID) IN (Select...
  2. mandls

    Updating table from command button

    I have a form that I added a command button to. If the Data_Start is populated then I need to update data in a table. Here is the code: Private Sub AddIntakeGoals_Click() On Error GoTo Err_AddIntakeGoals_Click Dim db As Database Set db = CurrentDb...

Part and Inventory Search

Back
Top