leonardo.massei
New member
- Local time
- Yesterday, 16:52
- Joined
- Nov 10, 2016
- Messages
- 5
Hi to all,
I've just installed A2016 and I want to link to dbase_III table from VBA code:
DoCmd.TransferDatabase acLink, "dBase III", Path, acTable, Name + ".dbf", Name, False
the command fails and Access show me the message:
run-time error 2507 "dbase III non è tra i tipi di database installati o non supporta l'operazione scelta"
(dbase III is not among the types of databases installed or does not support the selected operation)
Why ? Is it possible into A2016 connect to a dbase table from VBA ?
Best Regards
Leonard
I've just installed A2016 and I want to link to dbase_III table from VBA code:
DoCmd.TransferDatabase acLink, "dBase III", Path, acTable, Name + ".dbf", Name, False
the command fails and Access show me the message:
run-time error 2507 "dbase III non è tra i tipi di database installati o non supporta l'operazione scelta"
(dbase III is not among the types of databases installed or does not support the selected operation)
Why ? Is it possible into A2016 connect to a dbase table from VBA ?
Best Regards
Leonard