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 biv343 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. Randy75

    Help.. ActiveX Control Problem???

    OK, I do know you can add or remove controls from a control array at run time using "Load object(index)" and "Unload object(index)", however the control array must have been created at design time.
  2. Randy75

    VB6 w/Access 2000

    You need to download and install the latest VB6.0 service pack from Microsoft. I believe any Pack Version 4 or higher should work. It will fix that bug.
  3. Randy75

    Help with .recordset.delete???

    After your "adodcAdmin.Recordset.Delete", try putting "adodcAdmin.Recordset.Update" instead of .Refresh and see if that works.
  4. Randy75

    Help.. ActiveX Control Problem???

    You should be able to do an "Unload ctlMyTestControl" to drop only that control from the form.

Part and Inventory Search

Back
Top