January 15, 2014 at 5:29 am
I just migrated a small back end access db to sql server. How can I tell if the Front end is accessing the backend from SQl or still accessing the same back end it was?
January 15, 2014 at 5:31 am
check connections in the sql server.
Rename the backend Access db 😀
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
January 15, 2014 at 5:34 am
Update or insert a row into a table and check via the front end whether or not you can see the change.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 15, 2014 at 5:53 am
All my Backend tables were renamed with SSMA$...... and then the same table name is showing with a world with an arrow? How do I link them back to the front end of my database? Because now when I try to open my front end it says records source ' ' specified on this form or report does not exist?
January 15, 2014 at 6:32 am
you'll need to use linked table manager to relink the tables
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
January 15, 2014 at 6:41 am
And I did that... I went into the front end DB clicked on the linked table manager and chose the Backend again. When I did that it said it could not link the tables because the table names were not recognized.... Since the names changed when they were migrated I get a message saying basically the database engine cannot find the input table or query......
On a side note... should I migrate the front end and back end?
January 15, 2014 at 5:46 pm
Inside Access, right-click on one of your linked tables, select Linked Table Manager from the menu, and it will show you where the tables are pointing to.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply