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

    Help with ADODB connection

    Well I tried it and I got the following: run-time error '-2147217887 (80040e21)': The system cannot locate the object specified and it stops at the line with the following: con.Execute ("Insert Into Employee_Vet (EmployeeID, Vet_Class ) Select ('" & Me!EmployeeID & "', 'Veteran');"), ...
  2. xuldinga

    Help with ADODB connection

    So I have this checkbox on a form, when its checked it's supposed to add a record to a table. When it's unchecked it deletes the corresponding record. I am working with Access 2003 on a WinXP pro box. I can get the connection open, but it says it can't find the refrenced table. It's there, but I...
  3. xuldinga

    Linked field is locking out the other tables

    I assume you are using subform9s) on the tab controil pages to display the "child" records ?, if yes, in the OnEnter Event of the subform control, put code so" I do have subforms, but I never make it off the EmployeeID field. When the form first loads it says "calculating..." the moment I try...
  4. xuldinga

    Linked field is locking out the other tables

    I have one master table with EmployeeID as the primary linked out to 6 other tables. I have a form with tabbed sections and text boxes. You can cycle through the employees or you can add a new employee. The form is bound to a query polling the master table and its related tables. The form is...
  5. xuldinga

    batch the creation of subwebs?

    Is there any way to batch the creation of subwebs with sharepoint or front page? I have just recently changed servers names and I need to recreate my previous subwebs, but there are several hundred that need to be done. I have exhasted all other resources trying to solve this, any ideas?

Part and Inventory Search

Back
Top