R Rick Aug 22, 2003 #1 is there a code I can use to export my Acess2000 database to a 97 format, by using a button or event? Thanks, Rick
is there a code I can use to export my Acess2000 database to a 97 format, by using a button or event? Thanks, Rick
V Van T. Dinh Aug 23, 2003 #2 I depends on what you meant by "export". If you only want to export the Tables, use TransferDatabase Method. If you want to convert the *whole* database, try the RunCommand acCmdConvertDatabase (I haven't tried this).
I depends on what you meant by "export". If you only want to export the Tables, use TransferDatabase Method. If you want to convert the *whole* database, try the RunCommand acCmdConvertDatabase (I haven't tried this).