Good morning all,
I have read and write access to the MS AccessDB cause I created an table - I am trying to import the table into sas
Code:
proc import
datatable="b:\mydb\QualityC\Poplycarbine data inputs.accdb"
table='tbl001_PCRD'
out=PCRD
DBMS=Access
replace;
run;
Error says ---Unable to open the file
where am I going wrong?