Hello,
I am trying to convert an access2 database to an access97 database. The problem is we have a module that contains a lot of old vb code and I can't find a resource that will tell me what some of the ssytem coomand have been changed to.
here are two for an example.
Msg = "Processing ... Step 1 of 3"
ReturnValue = SysCmd(SYSCMD_INITMETER, Msg, CountRecs)
if anyone knows what replaced the Msg and ReturnValue commands please let me know.
Thanks.
Anne
I am trying to convert an access2 database to an access97 database. The problem is we have a module that contains a lot of old vb code and I can't find a resource that will tell me what some of the ssytem coomand have been changed to.
here are two for an example.
Msg = "Processing ... Step 1 of 3"
ReturnValue = SysCmd(SYSCMD_INITMETER, Msg, CountRecs)
if anyone knows what replaced the Msg and ReturnValue commands please let me know.
Thanks.
Anne