I have an Access front and SQL Server back.
I have a table Switchboard_Items that I keep trying to export to the SQL server. My idea is to get a login to the SQL server as the first thing the user sees before the switchboard form comes up when the .mde is invoked.
Every other one of my tables linked fine; if you go into properties of the tables they are type Linked ODBC.
However although I specify file type as ODBC and not Access when I do the export it continually is type Linked Access after the operation completes. The table does appear on the SQL server after the operation.
I've checked all my ODBC settings in control panel and they appear fine; it is only this table has this issue.
Does anyone have any ideas why, or how I could accomplish the SQL server login as the first thing the user sees when the .mde is invoked another way?
I have a table Switchboard_Items that I keep trying to export to the SQL server. My idea is to get a login to the SQL server as the first thing the user sees before the switchboard form comes up when the .mde is invoked.
Every other one of my tables linked fine; if you go into properties of the tables they are type Linked ODBC.
However although I specify file type as ODBC and not Access when I do the export it continually is type Linked Access after the operation completes. The table does appear on the SQL server after the operation.
I've checked all my ODBC settings in control panel and they appear fine; it is only this table has this issue.
Does anyone have any ideas why, or how I could accomplish the SQL server login as the first thing the user sees when the .mde is invoked another way?