Search results

  1. I

    Cascading Combo Box

    Dear members, I have a form with 4 Combo boxes bound to fields in 4 tables; 1) Oblast Name 2) District Name 3) Jamoat Name 4) Village Name The selections work fine. Cascade works from Oblast to Village Name. My question is ; Currently the ID's of the bound columns are stored in the tables...
  2. I

    Insert into statement with tables from 2 databases

    Dear members, I have two databases, Source and destination ; strSrceDB = "C:\WSS_DB\Rehabilitated_Water_Supply_Kulyob.mdb" StrDestDB = "C:\DB\WSS_Khatlon.mdb" I would like to append records to the destination table (Contractor_GIS) when there are no matching records in the source table...
  3. I

    Deleting Access linked tables via VB outside Access

    Dear members, I am trying to delete a link after a table has been updated. When I run this code I get "Error 91"- Object variable or with block variable not set. The code works fine without the "IF" statement. But I would like to have the link deleted automatically after the update has been...
Back
Top Bottom