Your PROC IMPORT code looks good to me.
Can you please post the full error message?
What version of SAS are you running, and it looks like you're running on Windows?
What do you get in the log if you try to use a libname statement to connect, e.g.:
libname foo access "...Management\TABLES.mdb" ;
proc datasets library=foo ;
run ;