Changing Data Type

Valentine

Member
Local time
Today, 02:17
Joined
Oct 1, 2021
Messages
261
I am trying to change a data type from "Short Text" to "Long Text" because i want to put in something that is more than 255 characters. I am getting an error "Operation is not supported for this type of object" I am confused.....
 
Are we talking about SQL Server?
 
Just a table in access, it is linked to sharepoint...I am going to see if i can change it in sharepoint. I treid changing it on a local unlinked table and it worked I think my error is sharepoint.
 
Just a table in access, it is linked to sharepoint...I am going to see if i can change it in sharepoint. I treid changing it on a local unlinked table and it worked I think my error is sharepoint.
When dealing with linked data source, any changes to its structure will have to be done at the source.
 
Just to add to what theDBguy wrote, linked table only allow you to view data structures, you will have to go to the data source of the linked table to change any data type etc, then refresh the linked table in the application you are calling it from.
 
Hello, you need to change the data type on the local table.
 

Users who are viewing this thread

Back
Top Bottom