I have created the view and now it is just in my adp database. but I cant export it to dbase file. here is what I tried
DoCmd.TransferDatabase acExport, "dBase 5.0", "L:\DC\JTM\Master Form\JTM.adp", acQuery, "qryTmpExport", StrJob, False
This code says the path is not correct. but it is the...