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 TouchToneTommy 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: cman121
  • Content: Threads
  • Order by date
  1. cman121

    updating recordset with VBA problem

    I am testing this code to solve a larger problem Private Sub Command0_Click() Dim rst As Recordset *** Set rst = CurrentDb.OpenRecordset("tblDepartment") rst.Index = "PrimaryKey" rst.AddNew rst!DepartmentName = "new dept" rst.Update...
  2. cman121

    Access form with multiple options

    I would like to write records from a subform with many option buttons: YES o NO o NA o YES o NO o NA o ... The idea is that there is one record corresponding to each choice, and each of these choices (there are 24 sets of 3) relate to the master form record. Should I write a VBA routing to...

Part and Inventory Search

Back
Top