Search results

  1. J

    JDBC DoCmd.CopyObject

    Hi. I'm currently in the process of porting our application from VBA to java. Everything is going very well so far apart from one problem with the CopyObject method. When tables are linked, the CopyObject method duplicates the table AND retains the link. I am having problems doing this with...
  2. J

    Cvs?

    Hello. I have been searching on the net for any information regarding using access with CVS (Concurrent Versions System). Does anybody know if this is at all possible?
  3. J

    Global Methods

    Hello, I'm having some trouble accessing a global module method from a class I have created. modGlobal.bas public sub myMethod() doXYZ end sub myClass.cls sub test() call myMethod() end sub Has anyone got any ideas as to how I might go about making the method accessible from...
Back
Top Bottom