T
Terry
I am converting an access 97 database to access 2003. In access 97 the code line:
DoCmd.TransferDatabase acImport, "Foxpro 3.0", PathStr, acTable, "Fas.dbf", "FAS"
works.
I am getting the error that Foxpro is not an installed database. What do I do to allow the method to recognise the Foxpro database?
Thanks,
Terry
DoCmd.TransferDatabase acImport, "Foxpro 3.0", PathStr, acTable, "Fas.dbf", "FAS"
works.
I am getting the error that Foxpro is not an installed database. What do I do to allow the method to recognise the Foxpro database?
Thanks,
Terry