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 gkittelson 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.

    Thanks alot. That was exactely what the problem was. Thanks again.
  2. 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...
  3. 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...
  4. Cybernetic2002

    Changing Subform Recordset from Mainform's code

    Thanks for the help, however another user already told me my problem. I just had the wrong syntax. The above looks like it will work so if I have anymore problems I'll try that. Thanks again. Cyb.
  5. Cybernetic2002

    Changing Subform Recordset from Mainform's code

    Seaport: Thank you SOOOOOOOOOO much for your help. That code does exactly what I wanted. Again, THANK YOU. Cyb.
  6. 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...
  7. 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