Search results

  1. A

    Copying Records Using VBA SQL Statement

    I need to be able to copy a series of records from a set of related tables.Tables are related as below: 1 EventSeries (tblEventSeries - Primary key SeriesID) -> 1 to Many Events for each EventSeries ( tblEvents - Related key SeriesID, Primary key EventID) -> The event details can be different...
  2. A

    db.synchronize porblems in 2007

    I have created a replicated split database. Only the backend is replicated. I have used the code below to manage the synchronization of the backend tables with the DesingMaster backend. The database is secured by a workgroup and users run the database via a shortcut with a command line pointing...
  3. A

    Spinbutton problems

    On clicking up or down on spinbutton control the On Update action does not not run. Trying to inc/dec text box from spinbutton. I set a code break to check values but code is not being called, and I don't know why. Any help please alathwell
  4. A

    Locking Records on replicated databases in both 2003 & 2007

    :(I would to provide the usr the ability to lock records on a form/subform. The database is distributed as a set of replicated databases some running in 2003 and others in 2007. It seems that I can use the Setproperty statement in 2007, but it is not recognised in 2003. The benefit of this...
  5. A

    2007 - Intermttent On Open Error!!

    :confused:I have a replicated databse that is used in both 2003 and 2007. Most development is done in 2003. I have stability problems with replicated/synchronised databases when running in 2007. The database normally opens with a switchboard menu, but on occassions the following error occurs:-...
Back
Top Bottom