I have a SQL database that I am integrating into a Microsoft Access Database for other coworkers to be able to better interact with the database.
I have a SQL table that contains the following Columns and Data Types:
search - nvarchar(150)
date - datetime2(0)
ordinal - float
data - varchar(150)
When I bring that linked table in Access and open the table, all of the records show as #Deleted in every column even though I can see the data in the SQL Server Management Studio with no trouble.
How would I go about getting this information to display through Access?