Search found 1 match

by Scott_Jamieson_(Guest)
Sun Aug 26, 2001 11:20 am
Forum: R&R ReportWorks Users
Topic: R&R 9 with MS Access
Replies: 2
Views: 1836

=> RE: R&R 9 with MS Access

I^ve been working on the same thing. Here^s the VBA a code to transfer .mdb tables to .dbf. You can run this as a macro or from the code.Sub ____XferDatabase()__DoCmd.TransferDatabase acExport, "dBASE III", "c:PRCashreg", ___ acTable, "Cutter", "Cutter2.dbf"__...