how do i convert dbase prg/exe file to work with access 2003

K

kc

i am using dbase program with .exe file from .prg files. i need to move
program to access 2003. is there any software that will let me convert .prg
file that can create executable file that will work in access?

thanks
 
D

Duane Hookom

I have done this manually but it takes time. While the specific syntax might
be different, if you understand both dBase command language and VBA, you can
copy from the prg into the VBA and then edit (in small chunks). The biggest
changes that I ran into were do to increased usage of queries in Access
compared with dBase.
 
Top