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...
yeah i guess that is the problem.. just thought that maybe somebody was slightly more frustrated than me at some stage and written a cvs addin - could export source files, do some analysis on them etc in order to utilise 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?
I've got sorted out thanks to Uncle Gizmo - shame I couldnt have found it before posting. If anyone else has this same problem please check http://www.access-programmers.co.uk/forums/showthread.php?t=82313 because maybe you could be as stupid as me and declare the same method in 2 different...
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...