G
Guest
I'm trying to import an Excel spreadsheet into an Access project. If I put in
the table name which is owned by dbo it doesn't find the table and crerates a
new one owned by me (I have dbo permissions). If I put the dbo name in front
of table like this, dbo.tablename it comes back with an error saying it can't
find dbo_tablename. No matter how I put the table name in; (dbo.tablename),
[dbo.tablename], tablename (dbo), it either changes the dot to an underscore
or says it can't find table. Is there anyway for this to find the table
that's already in the database?
the table name which is owned by dbo it doesn't find the table and crerates a
new one owned by me (I have dbo permissions). If I put the dbo name in front
of table like this, dbo.tablename it comes back with an error saying it can't
find dbo_tablename. No matter how I put the table name in; (dbo.tablename),
[dbo.tablename], tablename (dbo), it either changes the dot to an underscore
or says it can't find table. Is there anyway for this to find the table
that's already in the database?