All,
I just recently discovered and learned a bit about Access and a MS SQL Server 2008 R2. Primary Keys and Indexes, yeah... I learned that I need to be more stringent on those. There have been some learning pains, but hey, no pain no gain. Well, I got a pain that I think I better call the calvary for... Haven't found much on Google to assist me this time, unless I misworded or am blind.
I have a Non-Conformance Logging accdb front-end that I had written and that had an Access accdb backend, (Excuse complete lack of understanding of SQL Server at that time). Recently, I migrated the tables all up to our SQL Server, (that I so happened to have the pleasure to learning how to install), and for the most part, everything worked.
The main form, frmMain, is a split view form, half form and half datasheet. Before the migration, the Autofilter allowed them to Select All, Blanks, etc... Since the data has been migrated, that functionally has been lost. They can still sort, but they can't get crazy with the way they like to filter/sort things. The query sql script (which just has WeekNum and Target Date expressions added) and the linked SQL ODBC Connection, in a straight up datasheet view, show the same.
Now, if I convert the table back to a local table, I regain the autofilter ability in all 3 (Table, Query SQL Script, Form). Is there something in the SQL Server I am missing?
Thanks in advance,
Chris
I just recently discovered and learned a bit about Access and a MS SQL Server 2008 R2. Primary Keys and Indexes, yeah... I learned that I need to be more stringent on those. There have been some learning pains, but hey, no pain no gain. Well, I got a pain that I think I better call the calvary for... Haven't found much on Google to assist me this time, unless I misworded or am blind.
I have a Non-Conformance Logging accdb front-end that I had written and that had an Access accdb backend, (Excuse complete lack of understanding of SQL Server at that time). Recently, I migrated the tables all up to our SQL Server, (that I so happened to have the pleasure to learning how to install), and for the most part, everything worked.
The main form, frmMain, is a split view form, half form and half datasheet. Before the migration, the Autofilter allowed them to Select All, Blanks, etc... Since the data has been migrated, that functionally has been lost. They can still sort, but they can't get crazy with the way they like to filter/sort things. The query sql script (which just has WeekNum and Target Date expressions added) and the linked SQL ODBC Connection, in a straight up datasheet view, show the same.
Now, if I convert the table back to a local table, I regain the autofilter ability in all 3 (Table, Query SQL Script, Form). Is there something in the SQL Server I am missing?
Thanks in advance,
Chris