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 bkrike 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. Cybernetic2002

    Need Access 2000 code to Add record to a table. Have working 97 code.

    The following is code I used in a previous Access 97 app to add a new record to a table. When I put this code into my Access 2000 app it fails with the error: "Compile error: User defined type not defined". Anyway here is my 97 code, if anyone could translate this into 2000 code...
  2. Cybernetic2002

    Initialize/Clear DB Table

    I need some way of clearing all of the data from a table in my database. What I have is a time collection system which needs to have it's collection table cleared every time the merging program is run. I am using ADO with an ODBC source called "TCMerge". Here is my current code...
  3. Cybernetic2002

    Changing Subform Recordset from Mainform's code

    In my project there is a subform that needs to have it's RecordSource updated dynamically through code. When the user changes the record on the main form, I want the subform to be updated to match the mainform. In order to do this I have to change the subform's RecordSource(Could also use...
  4. Cybernetic2002

    Changing Subform Recordset from Mainform's code

    In my project there is a subform that needs to have it's RecordSource updated dynamically through code. When the user changes the record on the main form, I want the subform to be updated to match the mainform. In order to do this I have to change the subform's RecordSource(Could also use...

Part and Inventory Search

Back
Top