F
FedWerkker
I was thinking this should be simple. I want to copy, transfer or whatever
the TBS Table in the VPS_TBS.mdb database and send it to our shared drive,
but have the file be a .dbf file.
I tried the F1 Help
DoCmd.TransferDatabase acExport, "DBASE III",
' "C:\@CDATA\VP_tbs.mdb", acTable, "tbs", _
' "K:\CPANALYSIS\BusinessMgt\VP\Access\DBASE\tbs1.dbf"
I've tried this in a Macro, and in code, but ways fails. The error tells me
the path doesn't exist, but that is the path. Does anyone see any obvious
errors. If you know a of way (right click, Exprort, save as, choose where
works fine, but I'd like to get in code if possible.
MS Access 97:
thanks
Bill
the TBS Table in the VPS_TBS.mdb database and send it to our shared drive,
but have the file be a .dbf file.
I tried the F1 Help
DoCmd.TransferDatabase acExport, "DBASE III",
' "C:\@CDATA\VP_tbs.mdb", acTable, "tbs", _
' "K:\CPANALYSIS\BusinessMgt\VP\Access\DBASE\tbs1.dbf"
I've tried this in a Macro, and in code, but ways fails. The error tells me
the path doesn't exist, but that is the path. Does anyone see any obvious
errors. If you know a of way (right click, Exprort, save as, choose where
works fine, but I'd like to get in code if possible.
MS Access 97:
thanks
Bill