Search results

  1. Y

    2007 and 2003 compatibility

    Just wanted to jump in and say that I have the exact same problem. I 'inherited' the database that was being used for a few years now, created in 2003. Slowly, everyone is being migrated to 2007. I was one of the first and I just continued working on the database. The exact same problem arose...
  2. Y

    Private Sub no longer working after DB split

    SOLVED It appears that that VB references are not copied when you import tables/forms/queries/modules etc in order to create a split database. Thanks for the support.
  3. Y

    Private Sub no longer working after DB split

    I keep getting the same error popup box after trigger the on update event: "The expression After Update you entered as the event property setting produced the following error: User-defined type not defined." I put a watch on TmpSQL and the comment I see is "expression not defined in content"...
  4. Y

    Private Sub no longer working after DB split

    Hello everyone, I'm having an issue with my database where a part of the script no longer seems to work after I split the database. I used the manual split procedure: * 1 empty database to become the Back end, import all tables * 1 empty database to become the Front end, link to the Back end...
Back
Top Bottom